Shades of Cardinal #B70A31
Tints of Cardinal #B70A31
RGB
CMYK
RGB Variations
Color information
#B70A31 (or 0xB70A31) is known color: Cardinal. HEX triplet: B7, 0A and 31. RGB value is (183,10,49). Sum of RGB (Red+Green+Blue) = 183+10+49=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A31 is #48F5CE. Grayscale: #424242. Windows color (decimal): -4781519 or 3214007. OLE color: 3214007.
HSL color Cylindrical-coordinate representation of color #B70A31: hue angle of 346.47º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70A31 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 10 | 49 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.28 |
| HSL | 346.47º | 0.9% | 0.38% | - |
| HSV(B) | 346.47º | 0.95% | 0.72% | - |
| XYZ | 20.19 | 10.51 | 3.87 | - |
| YUV | 66.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 49 | 0 | 0.95 | 0.73 | 0.28 | 346.47 | 0.9 | 0.38 |
| Hex | B7 | A | 31 | 0 | 5F | 49 | 1C | 15A | 5A | 26 |
| Octal | 267 | 12 | 61 | 0 | 137 | 111 | 34 | 532 | 132 | 46 |
| Binary | 10110111 | 1010 | 110001 | 0 | 1011111 | 1001001 | 11100 | 101011010 | 1011010 | 100110 |
Color Harmonies of #B70A31
Complementary color
Monochromatic Colors of #B70A31
Black with #B70A31
Text Example
Text Example
White with #B70A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70A31; }
p { color: rgb(183,10,49); }
H1.HeaderClassName
{
color: #B70A31;
}
.AnyTagClassName
{
color: #B70A31;
}
</style>
background-color css
<style>
a { background-color: #B70A31; }
a { background-color: rgb(183,10,49); }
div.DivClassName
{
background-color: #B70A31;
}
.BgClassName
{
background-color: #B70A31;
}
</style>
border-color css
<style>
span { border-color: #B70A31; }
span { border-color: rgb(183,10,49); }
td.TdClassName
{
border-color: #B70A31;
}
.TagClassName
{
border-color: #B70A31;
}
</style>