#B5162C

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

Shades of Cardinal #B5162C

Tints of Cardinal #B5162C

Color information

#B5162C (or 0xB5162C) is unknown color: approx Cardinal. HEX triplet: B5, 16 and 2C. RGB value is (181,22,44). Sum of RGB (Red+Green+Blue) = 181+22+44=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5162C is #4AE9D3. Grayscale: #484848. Windows color (decimal): -4909524 or 2889397. OLE color: 2889397.

HSL color Cylindrical-coordinate representation of color #B5162C: hue angle of 351.7º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5162C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1812244-
CMYK00.880.760.29
HSL351.7º78.33%39.8%-
HSV(B)351.7º87.85%70.98%-
XYZ19.810.583.38-
YUV72.05112.18205.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.28%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=73.28%
G=8.91%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181224400.880.760.29351.778.3339.8
HexB5162C0584C1D1604e28
Octal265265401301143554011650
Binary1011010110110101100010110001001100111011011000001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5162C; }

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

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

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

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

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

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

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

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