Shades of Cardinal #B5252D
Tints of Cardinal #B5252D
RGB
CMYK
RGB Variations
Color information
#B5252D (or 0xB5252D) is known color: Cardinal. HEX triplet: B5, 25 and 2D. RGB value is (181,37,45). Sum of RGB (Red+Green+Blue) = 181+37+45=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5252D is #4ADAD2. Grayscale: #515151. Windows color (decimal): -4905683 or 2958773. OLE color: 2958773.
HSL color Cylindrical-coordinate representation of color #B5252D: hue angle of 356.67º 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 #B5252D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 45 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.29 |
| HSL | 356.67º | 0.66% | 0.43% | - |
| HSV(B) | 356.67º | 0.8% | 0.71% | - |
| XYZ | 20.19 | 11.34 | 3.61 | - |
| YUV | 80.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 45 | 0 | 0.80 | 0.75 | 0.29 | 356.67 | 0.66 | 0.43 |
| Hex | B5 | 25 | 2D | 0 | 50 | 4B | 1D | 165 | 42 | 2B |
| Octal | 265 | 45 | 55 | 0 | 120 | 113 | 35 | 545 | 102 | 53 |
| Binary | 10110101 | 100101 | 101101 | 0 | 1010000 | 1001011 | 11101 | 101100101 | 1000010 | 101011 |
Color Harmonies of #B5252D
Complementary color
Monochromatic Colors of #B5252D
Black with #B5252D
Text Example
Text Example
White with #B5252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5252D; }
p { color: rgb(181,37,45); }
H1.HeaderClassName
{
color: #B5252D;
}
.AnyTagClassName
{
color: #B5252D;
}
</style>
background-color css
<style>
a { background-color: #B5252D; }
a { background-color: rgb(181,37,45); }
div.DivClassName
{
background-color: #B5252D;
}
.BgClassName
{
background-color: #B5252D;
}
</style>
border-color css
<style>
span { border-color: #B5252D; }
span { border-color: rgb(181,37,45); }
td.TdClassName
{
border-color: #B5252D;
}
.TagClassName
{
border-color: #B5252D;
}
</style>