Html Css Color HEX #B20C33 Cardinal

📋 copy color: '#B20C33'

red 178 ◦ green 12 ◦ blue 51

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

Shades of Cardinal #B20C33

Tints of Cardinal #B20C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 73.86%
G = 4.98%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B20C33 (or 0xB20C33) is known color: Cardinal. HEX triplet: B2, 0C and 33. RGB value is (178,12,51). Sum of RGB (Red+Green+Blue) = 178+12+51=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C33 is #4DF3CC. Grayscale: #424242. Windows color (decimal): -5108685 or 3345586. OLE color: 3345586.

HSL color Cylindrical-coordinate representation of color #B20C33: hue angle of 345.9º 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 #B20C33 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 51 -
CMYK 0 0.93 0.71 0.30
HSL 345.9º 0.87% 0.37% -
HSV(B) 345.9º 0.93% 0.7% -
XYZ 19.09 9.97 4.05 -
YUV 66.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 178 12 51 0 0.93 0.71 0.30 345.9 0.87 0.37
Hex B2 C 33 0 5D 47 1E 15A 57 25
Octal 262 14 63 0 135 107 36 532 127 45
Binary 10110010 1100 110011 0 1011101 1000111 11110 101011010 1010111 100101

Color Harmonies of #B20C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C33

Black with #B20C33

Text Example


Text Example

White with #B20C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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