#B51948

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

Shades of Cardinal #B51948

Tints of Cardinal #B51948

Color information

#B51948 (or 0xB51948) is unknown color: approx Cardinal. HEX triplet: B5, 19 and 48. RGB value is (181,25,72). Sum of RGB (Red+Green+Blue) = 181+25+72=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B51948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51948 is #4AE6B7. Grayscale: #4C4C4C. Windows color (decimal): -4908728 or 4725173. OLE color: 4725173.

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

Color convert

RGB1812572-
CMYK00.860.600.29
HSL341.92º75.73%40.39%-
HSV(B)341.92º86.19%70.98%-
XYZ20.5710.997.17-
YUV77125.18202.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.11%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=65.11%
G=8.99%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181257200.860.600.29341.9275.7340.39
HexB519480563C1D1564c28
Octal265311100126743552611450
Binary1011010111001100100001010110111100111011010101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51948; }

 p { color: rgb(181,25,72); }

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

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

 a { background-color: rgb(181,25,72); }

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

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

 span { border-color: rgb(181,25,72); }

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