Shades of Cardinal #B70A33
Tints of Cardinal #B70A33
RGB
CMYK
RGB Variations
Color information
#B70A33 (or 0xB70A33) is known color: Cardinal. HEX triplet: B7, 0A and 33. RGB value is (183,10,51). Sum of RGB (Red+Green+Blue) = 183+10+51=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A33 is #48F5CC. Grayscale: #424242. Windows color (decimal): -4781517 or 3345079. OLE color: 3345079.
HSL color Cylindrical-coordinate representation of color #B70A33: hue angle of 345.78º 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 #B70A33 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 10 | 51 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.28 |
| HSL | 345.78º | 0.9% | 0.38% | - |
| HSV(B) | 345.78º | 0.95% | 0.72% | - |
| XYZ | 20.23 | 10.52 | 4.1 | - |
| YUV | 66.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 51 | 0 | 0.95 | 0.72 | 0.28 | 345.78 | 0.9 | 0.38 |
| Hex | B7 | A | 33 | 0 | 5F | 48 | 1C | 15A | 5A | 26 |
| Octal | 267 | 12 | 63 | 0 | 137 | 110 | 34 | 532 | 132 | 46 |
| Binary | 10110111 | 1010 | 110011 | 0 | 1011111 | 1001000 | 11100 | 101011010 | 1011010 | 100110 |
Color Harmonies of #B70A33
Complementary color
Monochromatic Colors of #B70A33
Black with #B70A33
Text Example
Text Example
White with #B70A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70A33; }
p { color: rgb(183,10,51); }
H1.HeaderClassName
{
color: #B70A33;
}
.AnyTagClassName
{
color: #B70A33;
}
</style>
background-color css
<style>
a { background-color: #B70A33; }
a { background-color: rgb(183,10,51); }
div.DivClassName
{
background-color: #B70A33;
}
.BgClassName
{
background-color: #B70A33;
}
</style>
border-color css
<style>
span { border-color: #B70A33; }
span { border-color: rgb(183,10,51); }
td.TdClassName
{
border-color: #B70A33;
}
.TagClassName
{
border-color: #B70A33;
}
</style>