Shades of Cardinal #B70A2D
Tints of Cardinal #B70A2D
RGB
CMYK
RGB Variations
Color information
#B70A2D (or 0xB70A2D) is known color: Cardinal. HEX triplet: B7, 0A and 2D. RGB value is (183,10,45). Sum of RGB (Red+Green+Blue) = 183+10+45=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A2D is #48F5D2. Grayscale: #414141. Windows color (decimal): -4781523 or 2951863. OLE color: 2951863.
HSL color Cylindrical-coordinate representation of color #B70A2D: hue angle of 347.86º 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 #B70A2D is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 10 | 45 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.28 |
| HSL | 347.86º | 0.9% | 0.38% | - |
| HSV(B) | 347.86º | 0.95% | 0.72% | - |
| XYZ | 20.11 | 10.47 | 3.44 | - |
| YUV | 65.72 | 116.31 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 45 | 0 | 0.95 | 0.75 | 0.28 | 347.86 | 0.9 | 0.38 |
| Hex | B7 | A | 2D | 0 | 5F | 4B | 1C | 15C | 5A | 26 |
| Octal | 267 | 12 | 55 | 0 | 137 | 113 | 34 | 534 | 132 | 46 |
| Binary | 10110111 | 1010 | 101101 | 0 | 1011111 | 1001011 | 11100 | 101011100 | 1011010 | 100110 |
Color Harmonies of #B70A2D
Complementary color
Monochromatic Colors of #B70A2D
Black with #B70A2D
Text Example
Text Example
White with #B70A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70A2D; }
p { color: rgb(183,10,45); }
H1.HeaderClassName
{
color: #B70A2D;
}
.AnyTagClassName
{
color: #B70A2D;
}
</style>
background-color css
<style>
a { background-color: #B70A2D; }
a { background-color: rgb(183,10,45); }
div.DivClassName
{
background-color: #B70A2D;
}
.BgClassName
{
background-color: #B70A2D;
}
</style>
border-color css
<style>
span { border-color: #B70A2D; }
span { border-color: rgb(183,10,45); }
td.TdClassName
{
border-color: #B70A2D;
}
.TagClassName
{
border-color: #B70A2D;
}
</style>