#b51736

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

Shades of Cardinal #B51736

Tints of Cardinal #B51736

Color information

#B51736 (or 0xB51736) is unknown color: approx Cardinal. HEX triplet: B5, 17 and 36. RGB value is (181,23,54). Sum of RGB (Red+Green+Blue) = 181+23+54=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B51736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51736 is #4AE8C9. Grayscale: #494949. Windows color (decimal): -4909258 or 3545013. OLE color: 3545013.

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

Color convert

RGB1812354-
CMYK00.870.700.29
HSL348.23º77.45%40%-
HSV(B)348.23º87.29%70.98%-
XYZ20.0310.74.5-
YUV73.78116.85204.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.16%
GREEN value IS 23 (9.38% from 255) = 8.91%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=70.16%
G=8.91%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181235400.870.700.29348.2377.4540
HexB51736057461D15c4d28
Octal265276601271063553411550
Binary1011010110111110110010101111000110111011010111001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b51736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b51736; }

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

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

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

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

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

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

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

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