Html Css Color HEX #B20E33 Cardinal

📋 copy color: '#B20E33'

red 178 ◦ green 14 ◦ blue 51

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

Shades of Cardinal #B20E33

Tints of Cardinal #B20E33

RGB

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

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

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

R = 73.25%
G = 5.76%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B20E33 (or 0xB20E33) is known color: Cardinal. HEX triplet: B2, 0E and 33. RGB value is (178,14,51). Sum of RGB (Red+Green+Blue) = 178+14+51=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E33 is #4DF1CC. Grayscale: #434343. Windows color (decimal): -5108173 or 3346098. OLE color: 3346098.

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

Color convert

RGB 178 14 51 -
CMYK 0 0.92 0.71 0.30
HSL 346.46º 0.85% 0.38% -
HSV(B) 346.46º 0.92% 0.7% -
XYZ 19.11 10.02 4.06 -
YUV 67.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 178 14 51 0 0.92 0.71 0.30 346.46 0.85 0.38
Hex B2 E 33 0 5C 47 1E 15A 55 26
Octal 262 16 63 0 134 107 36 532 125 46
Binary 10110010 1110 110011 0 1011100 1000111 11110 101011010 1010101 100110

Color Harmonies of #B20E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E33

Black with #B20E33

Text Example


Text Example

White with #B20E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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