Html Css Color HEX #BE0338 Cardinal

📋 copy color: '#BE0338'

red 190 ◦ green 3 ◦ blue 56

#BE0338
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE0338

Tints of Cardinal #BE0338

RGB

 RED value IS 190 (74.61% from 255) = 76.31%

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 76.31%
G = 1.2%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE0338 (or 0xBE0338) is known color: Cardinal. HEX triplet: BE, 03 and 38. RGB value is (190,3,56). Sum of RGB (Red+Green+Blue) = 190+3+56=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0338 is #41FCC7. Grayscale: #404040. Windows color (decimal): -4324552 or 3670974. OLE color: 3670974.

HSL color Cylindrical-coordinate representation of color #BE0338: hue angle of 342.99º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0338 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 3 56 -
CMYK 0 0.98 0.71 0.25
HSL 342.99º 0.97% 0.38% -
HSV(B) 342.99º 0.98% 0.75% -
XYZ 21.98 11.3 4.76 -
YUV 64.96 122.95 217.19 -
System Red Green Blue C M Y K H S L
Decimal 190 3 56 0 0.98 0.71 0.25 342.99 0.97 0.38
Hex BE 3 38 0 62 47 19 157 61 26
Octal 276 3 70 0 142 107 31 527 141 46
Binary 10111110 11 111000 0 1100010 1000111 11001 101010111 1100001 100110

Color Harmonies of #BE0338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0338

Black with #BE0338

Text Example


Text Example

White with #BE0338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0338; }

 p { color: rgb(190,3,56); }

 H1.HeaderClassName
 {
   color: #BE0338;
 }
 .AnyTagClassName
 {
   color: #BE0338;
 }
</style>

background-color css

<style>
 a { background-color: #BE0338; }

 a { background-color: rgb(190,3,56); }

 div.DivClassName
 {
   background-color: #BE0338;
 }
 .BgClassName
 {
   background-color: #BE0338;
 }
</style>

border-color css

<style>
 span { border-color: #BE0338; }

 span { border-color: rgb(190,3,56); }

 td.TdClassName
 {
   border-color: #BE0338;
 }
 .TagClassName
 {
   border-color: #BE0338;
 }
</style>