Html Css Color HEX #B20C31 Cardinal

📋 copy color: '#B20C31'

red 178 ◦ green 12 ◦ blue 49

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

Shades of Cardinal #B20C31

Tints of Cardinal #B20C31

RGB

 RED value IS 178 (69.92% from 255) = 74.48%

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

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

R = 74.48%
G = 5.02%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B20C31 (or 0xB20C31) is known color: Cardinal. HEX triplet: B2, 0C and 31. RGB value is (178,12,49). Sum of RGB (Red+Green+Blue) = 178+12+49=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C31 is #4DF3CE. Grayscale: #414141. Windows color (decimal): -5108687 or 3214514. OLE color: 3214514.

HSL color Cylindrical-coordinate representation of color #B20C31: hue angle of 346.63º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C31 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 49 -
CMYK 0 0.93 0.72 0.30
HSL 346.63º 0.87% 0.37% -
HSV(B) 346.63º 0.93% 0.7% -
XYZ 19.05 9.95 3.82 -
YUV 65.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 178 12 49 0 0.93 0.72 0.30 346.63 0.87 0.37
Hex B2 C 31 0 5D 48 1E 15B 57 25
Octal 262 14 61 0 135 110 36 533 127 45
Binary 10110010 1100 110001 0 1011101 1001000 11110 101011011 1010111 100101

Color Harmonies of #B20C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C31

Black with #B20C31

Text Example


Text Example

White with #B20C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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