#B51935

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

Shades of Cardinal #B51935

Tints of Cardinal #B51935

Color information

#B51935 (or 0xB51935) is unknown color: approx Cardinal. HEX triplet: B5, 19 and 35. RGB value is (181,25,53). Sum of RGB (Red+Green+Blue) = 181+25+53=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B51935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51935 is #4AE6CA. Grayscale: #4A4A4A. Windows color (decimal): -4908747 or 3479989. OLE color: 3479989.

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

Color convert

RGB1812553-
CMYK00.860.710.29
HSL349.23º75.73%40.39%-
HSV(B)349.23º86.19%70.98%-
XYZ20.0510.784.39-
YUV74.84115.68203.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.88%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=69.88%
G=9.65%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181255300.860.710.29349.2375.7340.39
HexB51935056471D15d4c28
Octal265316501261073553511450
Binary1011010111001110101010101101000111111011010111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51935; }

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

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

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

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

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

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

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

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