Shades of Cardinal #B72038
Tints of Cardinal #B72038
RGB
CMYK
RGB Variations
Color information
#B72038 (or 0xB72038) is known color: Cardinal. HEX triplet: B7, 20 and 38. RGB value is (183,32,56). Sum of RGB (Red+Green+Blue) = 183+32+56=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B72038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72038 is #48DFC7. Grayscale: #4F4F4F. Windows color (decimal): -4775880 or 3678391. OLE color: 3678391.
HSL color Cylindrical-coordinate representation of color #B72038: hue angle of 350.46º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72038 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 56 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.28 |
| HSL | 350.46º | 0.7% | 0.42% | - |
| HSV(B) | 350.46º | 0.83% | 0.72% | - |
| XYZ | 20.76 | 11.39 | 4.84 | - |
| YUV | 79.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 56 | 0 | 0.83 | 0.69 | 0.28 | 350.46 | 0.7 | 0.42 |
| Hex | B7 | 20 | 38 | 0 | 53 | 45 | 1C | 15E | 46 | 2A |
| Octal | 267 | 40 | 70 | 0 | 123 | 105 | 34 | 536 | 106 | 52 |
| Binary | 10110111 | 100000 | 111000 | 0 | 1010011 | 1000101 | 11100 | 101011110 | 1000110 | 101010 |
Color Harmonies of #B72038
Complementary color
Monochromatic Colors of #B72038
Black with #B72038
Text Example
Text Example
White with #B72038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72038; }
p { color: rgb(183,32,56); }
H1.HeaderClassName
{
color: #B72038;
}
.AnyTagClassName
{
color: #B72038;
}
</style>
background-color css
<style>
a { background-color: #B72038; }
a { background-color: rgb(183,32,56); }
div.DivClassName
{
background-color: #B72038;
}
.BgClassName
{
background-color: #B72038;
}
</style>
border-color css
<style>
span { border-color: #B72038; }
span { border-color: rgb(183,32,56); }
td.TdClassName
{
border-color: #B72038;
}
.TagClassName
{
border-color: #B72038;
}
</style>