Html Css Color HEX #B20C32 Cardinal

📋 copy color: '#B20C32'

red 178 ◦ green 12 ◦ blue 50

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

Shades of Cardinal #B20C32

Tints of Cardinal #B20C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.83%

R = 74.17%
G = 5%
B = 20.83%

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

#B20C32 (or 0xB20C32) is known color: Cardinal. HEX triplet: B2, 0C and 32. RGB value is (178,12,50). Sum of RGB (Red+Green+Blue) = 178+12+50=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C32 is #4DF3CD. Grayscale: #414141. Windows color (decimal): -5108686 or 3280050. OLE color: 3280050.

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

Color convert

RGB 178 12 50 -
CMYK 0 0.93 0.72 0.30
HSL 346.27º 0.87% 0.37% -
HSV(B) 346.27º 0.93% 0.7% -
XYZ 19.07 9.96 3.93 -
YUV 65.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 178 12 50 0 0.93 0.72 0.30 346.27 0.87 0.37
Hex B2 C 32 0 5D 48 1E 15A 57 25
Octal 262 14 62 0 135 110 36 532 127 45
Binary 10110010 1100 110010 0 1011101 1001000 11110 101011010 1010111 100101

Color Harmonies of #B20C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C32

Black with #B20C32

Text Example


Text Example

White with #B20C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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