#B51136

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

Shades of Cardinal #B51136

Tints of Cardinal #B51136

Color information

#B51136 (or 0xB51136) is unknown color: approx Cardinal. HEX triplet: B5, 11 and 36. RGB value is (181,17,54). Sum of RGB (Red+Green+Blue) = 181+17+54=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B51136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51136 is #4AEEC9. Grayscale: #464646. Windows color (decimal): -4910794 or 3543477. OLE color: 3543477.

HSL color Cylindrical-coordinate representation of color #B51136: hue angle of 346.46º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51136 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1811754-
CMYK00.910.700.29
HSL346.46º82.83%38.82%-
HSV(B)346.46º90.61%70.98%-
XYZ19.9210.494.46-
YUV70.25118.83206.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.83%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=71.83%
G=6.75%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181175400.910.700.29346.4682.8338.82
HexB5113605B461D15a5327
Octal265216601331063553212347
Binary1011010110001110110010110111000110111011010110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51136; }

 p { color: rgb(181,17,54); }

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

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

 a { background-color: rgb(181,17,54); }

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

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

 span { border-color: rgb(181,17,54); }

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