Html Css Color HEX #B20E28 Cardinal

📋 copy color: '#B20E28'

red 178 ◦ green 14 ◦ blue 40

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

Shades of Cardinal #B20E28

Tints of Cardinal #B20E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.03%

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 76.72%
G = 6.03%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B20E28 (or 0xB20E28) is known color: Cardinal. HEX triplet: B2, 0E and 28. RGB value is (178,14,40). Sum of RGB (Red+Green+Blue) = 178+14+40=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E28 is #4DF1D7. Grayscale: #424242. Windows color (decimal): -5108184 or 2625202. OLE color: 2625202.

HSL color Cylindrical-coordinate representation of color #B20E28: hue angle of 350.49º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E28 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 14 40 -
CMYK 0 0.92 0.78 0.30
HSL 350.49º 0.85% 0.38% -
HSV(B) 350.49º 0.92% 0.7% -
XYZ 18.9 9.93 2.93 -
YUV 66 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 178 14 40 0 0.92 0.78 0.30 350.49 0.85 0.38
Hex B2 E 28 0 5C 4E 1E 15E 55 26
Octal 262 16 50 0 134 116 36 536 125 46
Binary 10110010 1110 101000 0 1011100 1001110 11110 101011110 1010101 100110

Color Harmonies of #B20E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E28

Black with #B20E28

Text Example


Text Example

White with #B20E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E28; }

 p { color: rgb(178,14,40); }

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

background-color css

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

 a { background-color: rgb(178,14,40); }

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

border-color css

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

 span { border-color: rgb(178,14,40); }

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