Html Css Color HEX #B20032 Cardinal

📋 copy color: '#B20032'

red 178 ◦ green 0 ◦ blue 50

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

Shades of Cardinal #B20032

Tints of Cardinal #B20032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.07%
G = 0%
B = 21.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B20032 (or 0xB20032) is known color: Cardinal. HEX triplet: B2, 00 and 32. RGB value is (178,0,50). Sum of RGB (Red+Green+Blue) = 178+0+50=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B20032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20032 is #4DFFCD. Grayscale: #3A3A3A. Windows color (decimal): -5111758 or 3276978. OLE color: 3276978.

HSL color Cylindrical-coordinate representation of color #B20032: hue angle of 343.15º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20032 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 50 -
CMYK 0 1 0.72 0.30
HSL 343.15º 1% 0.35% -
HSV(B) 343.15º 1% 0.7% -
XYZ 18.94 9.7 3.89 -
YUV 58.92 122.97 212.93 -
System Red Green Blue C M Y K H S L
Decimal 178 0 50 0 1 0.72 0.30 343.15 1 0.35
Hex B2 0 32 0 64 48 1E 157 64 23
Octal 262 0 62 0 144 110 36 527 144 43
Binary 10110010 0 110010 0 1100100 1001000 11110 101010111 1100100 100011

Color Harmonies of #B20032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20032

Black with #B20032

Text Example


Text Example

White with #B20032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20032; }

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

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

background-color css

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

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

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

border-color css

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

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

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