Html Css Color HEX #BE0C31 Cardinal

📋 copy color: '#BE0C31'

red 190 ◦ green 12 ◦ blue 49

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

Shades of Cardinal #BE0C31

Tints of Cardinal #BE0C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

 BLUE value IS 49 (19.53% from 255) = 19.52%

R = 75.7%
G = 4.78%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE0C31 (or 0xBE0C31) is known color: Cardinal. HEX triplet: BE, 0C and 31. RGB value is (190,12,49). Sum of RGB (Red+Green+Blue) = 190+12+49=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C31 is #41F3CE. Grayscale: #454545. Windows color (decimal): -4322255 or 3214526. OLE color: 3214526.

HSL color Cylindrical-coordinate representation of color #BE0C31: hue angle of 347.53º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C31 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 12 49 -
CMYK 0 0.94 0.74 0.25
HSL 347.53º 0.88% 0.4% -
HSV(B) 347.53º 0.94% 0.75% -
XYZ 21.92 11.43 3.96 -
YUV 69.44 116.47 213.99 -
System Red Green Blue C M Y K H S L
Decimal 190 12 49 0 0.94 0.74 0.25 347.53 0.88 0.4
Hex BE C 31 0 5E 4A 19 15C 58 28
Octal 276 14 61 0 136 112 31 534 130 50
Binary 10111110 1100 110001 0 1011110 1001010 11001 101011100 1011000 101000

Color Harmonies of #BE0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C31

Black with #BE0C31

Text Example


Text Example

White with #BE0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C31; }

 p { color: rgb(190,12,49); }

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

background-color css

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

 a { background-color: rgb(190,12,49); }

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

border-color css

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

 span { border-color: rgb(190,12,49); }

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