Html Css Color HEX #B20E32 Cardinal

📋 copy color: '#B20E32'

red 178 ◦ green 14 ◦ blue 50

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

Shades of Cardinal #B20E32

Tints of Cardinal #B20E32

RGB

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

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

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

R = 73.55%
G = 5.79%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B20E32 (or 0xB20E32) is known color: Cardinal. HEX triplet: B2, 0E and 32. RGB value is (178,14,50). Sum of RGB (Red+Green+Blue) = 178+14+50=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E32 is #4DF1CD. Grayscale: #434343. Windows color (decimal): -5108174 or 3280562. OLE color: 3280562.

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

Color convert

RGB 178 14 50 -
CMYK 0 0.92 0.72 0.30
HSL 346.83º 0.85% 0.38% -
HSV(B) 346.83º 0.92% 0.7% -
XYZ 19.09 10.01 3.94 -
YUV 67.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 178 14 50 0 0.92 0.72 0.30 346.83 0.85 0.38
Hex B2 E 32 0 5C 48 1E 15B 55 26
Octal 262 16 62 0 134 110 36 533 125 46
Binary 10110010 1110 110010 0 1011100 1001000 11110 101011011 1010101 100110

Color Harmonies of #B20E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E32

Black with #B20E32

Text Example


Text Example

White with #B20E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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