Shades of Cardinal #B72431
Tints of Cardinal #B72431
RGB
CMYK
RGB Variations
Color information
#B72431 (or 0xB72431) is known color: Cardinal. HEX triplet: B7, 24 and 31. RGB value is (183,36,49). Sum of RGB (Red+Green+Blue) = 183+36+49=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B72431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72431 is #48DBCE. Grayscale: #515151. Windows color (decimal): -4774863 or 3220663. OLE color: 3220663.
HSL color Cylindrical-coordinate representation of color #B72431: hue angle of 354.69º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72431 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 49 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.28 |
| HSL | 354.69º | 0.67% | 0.43% | - |
| HSV(B) | 354.69º | 0.8% | 0.72% | - |
| XYZ | 20.71 | 11.55 | 4.04 | - |
| YUV | 81.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 49 | 0 | 0.80 | 0.73 | 0.28 | 354.69 | 0.67 | 0.43 |
| Hex | B7 | 24 | 31 | 0 | 50 | 49 | 1C | 163 | 43 | 2B |
| Octal | 267 | 44 | 61 | 0 | 120 | 111 | 34 | 543 | 103 | 53 |
| Binary | 10110111 | 100100 | 110001 | 0 | 1010000 | 1001001 | 11100 | 101100011 | 1000011 | 101011 |
Color Harmonies of #B72431
Complementary color
Monochromatic Colors of #B72431
Black with #B72431
Text Example
Text Example
White with #B72431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72431; }
p { color: rgb(183,36,49); }
H1.HeaderClassName
{
color: #B72431;
}
.AnyTagClassName
{
color: #B72431;
}
</style>
background-color css
<style>
a { background-color: #B72431; }
a { background-color: rgb(183,36,49); }
div.DivClassName
{
background-color: #B72431;
}
.BgClassName
{
background-color: #B72431;
}
</style>
border-color css
<style>
span { border-color: #B72431; }
span { border-color: rgb(183,36,49); }
td.TdClassName
{
border-color: #B72431;
}
.TagClassName
{
border-color: #B72431;
}
</style>