#B0162C

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

Shades of Cardinal #B0162C

Tints of Cardinal #B0162C

Color information

#B0162C (or 0xB0162C) is unknown color: approx Cardinal. HEX triplet: B0, 16 and 2C. RGB value is (176,22,44). Sum of RGB (Red+Green+Blue) = 176+22+44=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B0162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0162C is #4FE9D3. Grayscale: #464646. Windows color (decimal): -5237204 or 2889392. OLE color: 2889392.

HSL color Cylindrical-coordinate representation of color #B0162C: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0162C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1762244-
CMYK00.880.750.31
HSL351.43º77.78%38.82%-
HSV(B)351.43º87.5%69.02%-
XYZ18.659.993.33-
YUV70.55113.02203.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.73%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 44 (17.58% from 255) = 18.18%
R=72.73%
G=9.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176224400.880.750.31351.4377.7838.82
HexB0162C0584B1F15f4e27
Octal260265401301133753711647
Binary1011000010110101100010110001001011111111010111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0162C; }

 p { color: rgb(176,22,44); }

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

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

 a { background-color: rgb(176,22,44); }

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

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

 span { border-color: rgb(176,22,44); }

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