#B20033

Color #B20033 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B20033

Tints of Cardinal #B20033

Color information

#B20033 (or 0xB20033) is unknown color: approx Cardinal. HEX triplet: B2, 00 and 33. RGB value is (178,0,51). Sum of RGB (Red+Green+Blue) = 178+0+51=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B20033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20033 is #4DFFCC. Grayscale: #3B3B3B. Windows color (decimal): -5111757 or 3342514. OLE color: 3342514.

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

Color convert

RGB178051-
CMYK010.710.30
HSL342.81º100%34.9%-
HSV(B)342.81º100%69.8%-
XYZ18.969.74.01-
YUV59.04123.47212.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=77.73%
G=0%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178051010.710.30342.8110034.9
HexB2033064471E1576423
Octal26206301441073652714443
Binary101100100110011011001001000111111101010101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20033; }

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

 H1.HeaderClassName
 {
   color: #B20033;
 }
 .AnyTagClassName
 {
   color: #B20033;
 }
</style>
background-color css

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

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

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

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

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

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