#B51938

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

Shades of Cardinal #B51938

Tints of Cardinal #B51938

Color information

#B51938 (or 0xB51938) is unknown color: approx Cardinal. HEX triplet: B5, 19 and 38. RGB value is (181,25,56). Sum of RGB (Red+Green+Blue) = 181+25+56=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B51938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51938 is #4AE6C7. Grayscale: #4B4B4B. Windows color (decimal): -4908744 or 3676597. OLE color: 3676597.

HSL color Cylindrical-coordinate representation of color #B51938: hue angle of 348.08º 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 #B51938 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1812556-
CMYK00.860.690.29
HSL348.08º75.73%40.39%-
HSV(B)348.08º86.19%70.98%-
XYZ20.1210.84.77-
YUV75.18117.18203.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.08%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=69.08%
G=9.54%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181255600.860.690.29348.0875.7340.39
HexB51938056451D15c4c28
Octal265317001261053553411450
Binary1011010111001111000010101101000101111011010111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51938; }

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

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

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

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

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

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

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

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