Shades of Cardinal #B70E30
Tints of Cardinal #B70E30
RGB
CMYK
RGB Variations
Color information
#B70E30 (or 0xB70E30) is known color: Cardinal. HEX triplet: B7, 0E and 30. RGB value is (183,14,48). Sum of RGB (Red+Green+Blue) = 183+14+48=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70E30 is #48F1CF. Grayscale: #444444. Windows color (decimal): -4780496 or 3149495. OLE color: 3149495.
HSL color Cylindrical-coordinate representation of color #B70E30: hue angle of 347.93º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E30 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 48 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.28 |
| HSL | 347.93º | 0.86% | 0.39% | - |
| HSV(B) | 347.93º | 0.92% | 0.72% | - |
| XYZ | 20.22 | 10.59 | 3.78 | - |
| YUV | 68.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 48 | 0 | 0.92 | 0.74 | 0.28 | 347.93 | 0.86 | 0.39 |
| Hex | B7 | E | 30 | 0 | 5C | 4A | 1C | 15C | 56 | 27 |
| Octal | 267 | 16 | 60 | 0 | 134 | 112 | 34 | 534 | 126 | 47 |
| Binary | 10110111 | 1110 | 110000 | 0 | 1011100 | 1001010 | 11100 | 101011100 | 1010110 | 100111 |
Color Harmonies of #B70E30
Complementary color
Monochromatic Colors of #B70E30
Black with #B70E30
Text Example
Text Example
White with #B70E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E30; }
p { color: rgb(183,14,48); }
H1.HeaderClassName
{
color: #B70E30;
}
.AnyTagClassName
{
color: #B70E30;
}
</style>
background-color css
<style>
a { background-color: #B70E30; }
a { background-color: rgb(183,14,48); }
div.DivClassName
{
background-color: #B70E30;
}
.BgClassName
{
background-color: #B70E30;
}
</style>
border-color css
<style>
span { border-color: #B70E30; }
span { border-color: rgb(183,14,48); }
td.TdClassName
{
border-color: #B70E30;
}
.TagClassName
{
border-color: #B70E30;
}
</style>