Html Css Color HEX #B20132 Cardinal

📋 copy color: '#B20132'

red 178 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #B20132

Tints of Cardinal #B20132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 77.73%
G = 0.44%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B20132 (or 0xB20132) is known color: Cardinal. HEX triplet: B2, 01 and 32. RGB value is (178,1,50). Sum of RGB (Red+Green+Blue) = 178+1+50=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B20132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20132 is #4DFECD. Grayscale: #3B3B3B. Windows color (decimal): -5111502 or 3277234. OLE color: 3277234.

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

Color convert

RGB 178 1 50 -
CMYK 0 0.99 0.72 0.30
HSL 343.39º 0.99% 0.35% -
HSV(B) 343.39º 0.99% 0.7% -
XYZ 18.95 9.72 3.89 -
YUV 59.51 122.64 212.52 -
System Red Green Blue C M Y K H S L
Decimal 178 1 50 0 0.99 0.72 0.30 343.39 0.99 0.35
Hex B2 1 32 0 63 48 1E 157 63 23
Octal 262 1 62 0 143 110 36 527 143 43
Binary 10110010 1 110010 0 1100011 1001000 11110 101010111 1100011 100011

Color Harmonies of #B20132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20132

Black with #B20132

Text Example


Text Example

White with #B20132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20132; }

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

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

background-color css

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

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

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

border-color css

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

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

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