#B0162B

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

Shades of Cardinal #B0162B

Tints of Cardinal #B0162B

Color information

#B0162B (or 0xB0162B) is unknown color: approx Cardinal. HEX triplet: B0, 16 and 2B. RGB value is (176,22,43). Sum of RGB (Red+Green+Blue) = 176+22+43=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B0162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0162B is #4FE9D4. Grayscale: #464646. Windows color (decimal): -5237205 or 2823856. OLE color: 2823856.

HSL color Cylindrical-coordinate representation of color #B0162B: hue angle of 351.82º 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 #B0162B is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1762243-
CMYK00.880.760.31
HSL351.82º77.78%38.82%-
HSV(B)351.82º87.5%69.02%-
XYZ18.639.983.23-
YUV70.44112.52203.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.03%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=73.03%
G=9.13%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176224300.880.760.31351.8277.7838.82
HexB0162B0584C1F1604e27
Octal260265301301143754011647
Binary1011000010110101011010110001001100111111011000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0162B; }

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

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

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

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

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

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

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

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