Shades of Cardinal #B7012F
Tints of Cardinal #B7012F
RGB
CMYK
RGB Variations
Color information
#B7012F (or 0xB7012F) is known color: Cardinal. HEX triplet: B7, 01 and 2F. RGB value is (183,1,47). Sum of RGB (Red+Green+Blue) = 183+1+47=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B7012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7012F is #48FED0. Grayscale: #3C3C3C. Windows color (decimal): -4783825 or 3080631. OLE color: 3080631.
HSL color Cylindrical-coordinate representation of color #B7012F: hue angle of 344.84º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7012F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.28 |
| HSL | 344.84º | 0.99% | 0.36% | - |
| HSV(B) | 344.84º | 0.99% | 0.72% | - |
| XYZ | 20.05 | 10.29 | 3.62 | - |
| YUV | 60.66 | 120.3 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 47 | 0 | 0.99 | 0.74 | 0.28 | 344.84 | 0.99 | 0.36 |
| Hex | B7 | 1 | 2F | 0 | 63 | 4A | 1C | 159 | 63 | 24 |
| Octal | 267 | 1 | 57 | 0 | 143 | 112 | 34 | 531 | 143 | 44 |
| Binary | 10110111 | 1 | 101111 | 0 | 1100011 | 1001010 | 11100 | 101011001 | 1100011 | 100100 |
Color Harmonies of #B7012F
Complementary color
Monochromatic Colors of #B7012F
Black with #B7012F
Text Example
Text Example
White with #B7012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7012F; }
p { color: rgb(183,1,47); }
H1.HeaderClassName
{
color: #B7012F;
}
.AnyTagClassName
{
color: #B7012F;
}
</style>
background-color css
<style>
a { background-color: #B7012F; }
a { background-color: rgb(183,1,47); }
div.DivClassName
{
background-color: #B7012F;
}
.BgClassName
{
background-color: #B7012F;
}
</style>
border-color css
<style>
span { border-color: #B7012F; }
span { border-color: rgb(183,1,47); }
td.TdClassName
{
border-color: #B7012F;
}
.TagClassName
{
border-color: #B7012F;
}
</style>