Shades of Cardinal #B52428
Tints of Cardinal #B52428
RGB
CMYK
RGB Variations
Color information
#B52428 (or 0xB52428) is known color: Cardinal. HEX triplet: B5, 24 and 28. RGB value is (181,36,40). Sum of RGB (Red+Green+Blue) = 181+36+40=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B52428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52428 is #4ADBD7. Grayscale: #4F4F4F. Windows color (decimal): -4905944 or 2630837. OLE color: 2630837.
HSL color Cylindrical-coordinate representation of color #B52428: hue angle of 358.34º degrees, saturation: 0.67, 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 #B52428 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 40 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.29 |
| HSL | 358.34º | 0.67% | 0.43% | - |
| HSV(B) | 358.34º | 0.8% | 0.71% | - |
| XYZ | 20.07 | 11.24 | 3.12 | - |
| YUV | 79.81 | 105.54 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 40 | 0 | 0.80 | 0.78 | 0.29 | 358.34 | 0.67 | 0.43 |
| Hex | B5 | 24 | 28 | 0 | 50 | 4E | 1D | 166 | 43 | 2B |
| Octal | 265 | 44 | 50 | 0 | 120 | 116 | 35 | 546 | 103 | 53 |
| Binary | 10110101 | 100100 | 101000 | 0 | 1010000 | 1001110 | 11101 | 101100110 | 1000011 | 101011 |
Color Harmonies of #B52428
Complementary color
Monochromatic Colors of #B52428
Black with #B52428
Text Example
Text Example
White with #B52428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52428; }
p { color: rgb(181,36,40); }
H1.HeaderClassName
{
color: #B52428;
}
.AnyTagClassName
{
color: #B52428;
}
</style>
background-color css
<style>
a { background-color: #B52428; }
a { background-color: rgb(181,36,40); }
div.DivClassName
{
background-color: #B52428;
}
.BgClassName
{
background-color: #B52428;
}
</style>
border-color css
<style>
span { border-color: #B52428; }
span { border-color: rgb(181,36,40); }
td.TdClassName
{
border-color: #B52428;
}
.TagClassName
{
border-color: #B52428;
}
</style>