Shades of Cardinal #B52028
Tints of Cardinal #B52028
RGB
CMYK
RGB Variations
Color information
#B52028 (or 0xB52028) is known color: Cardinal. HEX triplet: B5, 20 and 28. RGB value is (181,32,40). Sum of RGB (Red+Green+Blue) = 181+32+40=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B52028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52028 is #4ADFD7. Grayscale: #4D4D4D. Windows color (decimal): -4906968 or 2629813. OLE color: 2629813.
HSL color Cylindrical-coordinate representation of color #B52028: hue angle of 356.78º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52028 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 40 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.29 |
| HSL | 356.78º | 0.7% | 0.42% | - |
| HSV(B) | 356.78º | 0.82% | 0.71% | - |
| XYZ | 19.96 | 11.01 | 3.08 | - |
| YUV | 77.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 40 | 0 | 0.82 | 0.78 | 0.29 | 356.78 | 0.7 | 0.42 |
| Hex | B5 | 20 | 28 | 0 | 52 | 4E | 1D | 165 | 46 | 2A |
| Octal | 265 | 40 | 50 | 0 | 122 | 116 | 35 | 545 | 106 | 52 |
| Binary | 10110101 | 100000 | 101000 | 0 | 1010010 | 1001110 | 11101 | 101100101 | 1000110 | 101010 |
Color Harmonies of #B52028
Complementary color
Monochromatic Colors of #B52028
Black with #B52028
Text Example
Text Example
White with #B52028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52028; }
p { color: rgb(181,32,40); }
H1.HeaderClassName
{
color: #B52028;
}
.AnyTagClassName
{
color: #B52028;
}
</style>
background-color css
<style>
a { background-color: #B52028; }
a { background-color: rgb(181,32,40); }
div.DivClassName
{
background-color: #B52028;
}
.BgClassName
{
background-color: #B52028;
}
</style>
border-color css
<style>
span { border-color: #B52028; }
span { border-color: rgb(181,32,40); }
td.TdClassName
{
border-color: #B52028;
}
.TagClassName
{
border-color: #B52028;
}
</style>