Shades of Cardinal #B72430
Tints of Cardinal #B72430
RGB
CMYK
RGB Variations
Color information
#B72430 (or 0xB72430) is known color: Cardinal. HEX triplet: B7, 24 and 30. RGB value is (183,36,48). Sum of RGB (Red+Green+Blue) = 183+36+48=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B72430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72430 is #48DBCF. Grayscale: #515151. Windows color (decimal): -4774864 or 3155127. OLE color: 3155127.
HSL color Cylindrical-coordinate representation of color #B72430: hue angle of 355.1º 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 #B72430 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 48 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.28 |
| HSL | 355.1º | 0.67% | 0.43% | - |
| HSV(B) | 355.1º | 0.8% | 0.72% | - |
| XYZ | 20.69 | 11.54 | 3.93 | - |
| YUV | 81.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 48 | 0 | 0.80 | 0.74 | 0.28 | 355.1 | 0.67 | 0.43 |
| Hex | B7 | 24 | 30 | 0 | 50 | 4A | 1C | 163 | 43 | 2B |
| Octal | 267 | 44 | 60 | 0 | 120 | 112 | 34 | 543 | 103 | 53 |
| Binary | 10110111 | 100100 | 110000 | 0 | 1010000 | 1001010 | 11100 | 101100011 | 1000011 | 101011 |
Color Harmonies of #B72430
Complementary color
Monochromatic Colors of #B72430
Black with #B72430
Text Example
Text Example
White with #B72430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72430; }
p { color: rgb(183,36,48); }
H1.HeaderClassName
{
color: #B72430;
}
.AnyTagClassName
{
color: #B72430;
}
</style>
background-color css
<style>
a { background-color: #B72430; }
a { background-color: rgb(183,36,48); }
div.DivClassName
{
background-color: #B72430;
}
.BgClassName
{
background-color: #B72430;
}
</style>
border-color css
<style>
span { border-color: #B72430; }
span { border-color: rgb(183,36,48); }
td.TdClassName
{
border-color: #B72430;
}
.TagClassName
{
border-color: #B72430;
}
</style>