#B20035

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

Shades of Cardinal #B20035

Tints of Cardinal #B20035

Color information

#B20035 (or 0xB20035) is unknown color: approx Cardinal. HEX triplet: B2, 00 and 35. RGB value is (178,0,53). Sum of RGB (Red+Green+Blue) = 178+0+53=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B20035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20035 is #4DFFCA. Grayscale: #3B3B3B. Windows color (decimal): -5111755 or 3473586. OLE color: 3473586.

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

Color convert

RGB178053-
CMYK010.700.30
HSL342.13º100%34.9%-
HSV(B)342.13º100%69.8%-
XYZ199.724.24-
YUV59.26124.47212.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=77.06%
G=0%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178053010.700.30342.1310034.9
HexB2035064461E1566423
Octal26206501441063652614443
Binary101100100110101011001001000110111101010101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20035; }

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

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

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

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

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

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

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

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