Shades of Cardinal #B72639
Tints of Cardinal #B72639
RGB
CMYK
RGB Variations
Color information
#B72639 (or 0xB72639) is known color: Cardinal. HEX triplet: B7, 26 and 39. RGB value is (183,38,57). Sum of RGB (Red+Green+Blue) = 183+38+57=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B72639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72639 is #48D9C6. Grayscale: #535353. Windows color (decimal): -4774343 or 3745463. OLE color: 3745463.
HSL color Cylindrical-coordinate representation of color #B72639: hue angle of 352.14º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72639 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 57 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.28 |
| HSL | 352.14º | 0.66% | 0.43% | - |
| HSV(B) | 352.14º | 0.79% | 0.72% | - |
| XYZ | 20.96 | 11.75 | 5.03 | - |
| YUV | 83.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 57 | 0 | 0.79 | 0.69 | 0.28 | 352.14 | 0.66 | 0.43 |
| Hex | B7 | 26 | 39 | 0 | 4F | 45 | 1C | 160 | 42 | 2B |
| Octal | 267 | 46 | 71 | 0 | 117 | 105 | 34 | 540 | 102 | 53 |
| Binary | 10110111 | 100110 | 111001 | 0 | 1001111 | 1000101 | 11100 | 101100000 | 1000010 | 101011 |
Color Harmonies of #B72639
Complementary color
Monochromatic Colors of #B72639
Black with #B72639
Text Example
Text Example
White with #B72639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72639; }
p { color: rgb(183,38,57); }
H1.HeaderClassName
{
color: #B72639;
}
.AnyTagClassName
{
color: #B72639;
}
</style>
background-color css
<style>
a { background-color: #B72639; }
a { background-color: rgb(183,38,57); }
div.DivClassName
{
background-color: #B72639;
}
.BgClassName
{
background-color: #B72639;
}
</style>
border-color css
<style>
span { border-color: #B72639; }
span { border-color: rgb(183,38,57); }
td.TdClassName
{
border-color: #B72639;
}
.TagClassName
{
border-color: #B72639;
}
</style>