#B51246

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

Shades of Cardinal #B51246

Tints of Cardinal #B51246

Color information

#B51246 (or 0xB51246) is unknown color: approx Cardinal. HEX triplet: B5, 12 and 46. RGB value is (181,18,70). Sum of RGB (Red+Green+Blue) = 181+18+70=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B51246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51246 is #4AEDB9. Grayscale: #484848. Windows color (decimal): -4910522 or 4592309. OLE color: 4592309.

HSL color Cylindrical-coordinate representation of color #B51246: hue angle of 340.86º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51246 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1811870-
CMYK00.900.610.29
HSL340.86º81.91%39.02%-
HSV(B)340.86º90.06%70.98%-
XYZ20.3810.76.79-
YUV72.67126.5205.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.29%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=67.29%
G=6.69%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181187000.900.610.29340.8681.9139.02
HexB5124605A3D1D1555227
Octal265221060132753552512247
Binary1011010110010100011001011010111101111011010101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51246; }

 p { color: rgb(181,18,70); }

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

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

 a { background-color: rgb(181,18,70); }

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

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

 span { border-color: rgb(181,18,70); }

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