Shades of Cardinal #B7072C
Tints of Cardinal #B7072C
RGB
CMYK
RGB Variations
Color information
#B7072C (or 0xB7072C) is known color: Cardinal. HEX triplet: B7, 07 and 2C. RGB value is (183,7,44). Sum of RGB (Red+Green+Blue) = 183+7+44=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B7072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7072C is #48F8D3. Grayscale: #3F3F3F. Windows color (decimal): -4782292 or 2885559. OLE color: 2885559.
HSL color Cylindrical-coordinate representation of color #B7072C: hue angle of 347.39º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7072C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 44 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.28 |
| HSL | 347.39º | 0.93% | 0.37% | - |
| HSV(B) | 347.39º | 0.96% | 0.72% | - |
| XYZ | 20.06 | 10.4 | 3.33 | - |
| YUV | 63.84 | 116.81 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 44 | 0 | 0.96 | 0.76 | 0.28 | 347.39 | 0.93 | 0.37 |
| Hex | B7 | 7 | 2C | 0 | 60 | 4C | 1C | 15B | 5D | 25 |
| Octal | 267 | 7 | 54 | 0 | 140 | 114 | 34 | 533 | 135 | 45 |
| Binary | 10110111 | 111 | 101100 | 0 | 1100000 | 1001100 | 11100 | 101011011 | 1011101 | 100101 |
Color Harmonies of #B7072C
Complementary color
Monochromatic Colors of #B7072C
Black with #B7072C
Text Example
Text Example
White with #B7072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7072C; }
p { color: rgb(183,7,44); }
H1.HeaderClassName
{
color: #B7072C;
}
.AnyTagClassName
{
color: #B7072C;
}
</style>
background-color css
<style>
a { background-color: #B7072C; }
a { background-color: rgb(183,7,44); }
div.DivClassName
{
background-color: #B7072C;
}
.BgClassName
{
background-color: #B7072C;
}
</style>
border-color css
<style>
span { border-color: #B7072C; }
span { border-color: rgb(183,7,44); }
td.TdClassName
{
border-color: #B7072C;
}
.TagClassName
{
border-color: #B7072C;
}
</style>