Shades of Cardinal #B5252C
Tints of Cardinal #B5252C
RGB
CMYK
RGB Variations
Color information
#B5252C (or 0xB5252C) is known color: Cardinal. HEX triplet: B5, 25 and 2C. RGB value is (181,37,44). Sum of RGB (Red+Green+Blue) = 181+37+44=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5252C is #4ADAD3. Grayscale: #505050. Windows color (decimal): -4905684 or 2893237. OLE color: 2893237.
HSL color Cylindrical-coordinate representation of color #B5252C: hue angle of 357.08º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5252C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 37 | 44 | - |
CMYK | 0 | 0.80 | 0.76 | 0.29 |
HSL | 357.08º | 0.66% | 0.43% | - |
HSV(B) | 357.08º | 0.8% | 0.71% | - |
XYZ | 20.17 | 11.33 | 3.51 | - |
YUV | 80.85 | 107.21 | 199.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 37 | 44 | 0 | 0.80 | 0.76 | 0.29 | 357.08 | 0.66 | 0.43 |
Hex | B5 | 25 | 2C | 0 | 50 | 4C | 1D | 165 | 42 | 2B |
Octal | 265 | 45 | 54 | 0 | 120 | 114 | 35 | 545 | 102 | 53 |
Binary | 10110101 | 100101 | 101100 | 0 | 1010000 | 1001100 | 11101 | 101100101 | 1000010 | 101011 |
Color Harmonies of #B5252C
Complementary color
Monochromatic Colors of #B5252C
Black with #B5252C
Text Example
Text Example
White with #B5252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5252C; }
p { color: rgb(181,37,44); }
H1.HeaderClassName
{
color: #B5252C;
}
.AnyTagClassName
{
color: #B5252C;
}
</style>
background-color css
<style>
a { background-color: #B5252C; }
a { background-color: rgb(181,37,44); }
div.DivClassName
{
background-color: #B5252C;
}
.BgClassName
{
background-color: #B5252C;
}
</style>
border-color css
<style>
span { border-color: #B5252C; }
span { border-color: rgb(181,37,44); }
td.TdClassName
{
border-color: #B5252C;
}
.TagClassName
{
border-color: #B5252C;
}
</style>