Shades of Cardinal #B7022F
Tints of Cardinal #B7022F
RGB
CMYK
RGB Variations
Color information
#B7022F (or 0xB7022F) is known color: Cardinal. HEX triplet: B7, 02 and 2F. RGB value is (183,2,47). Sum of RGB (Red+Green+Blue) = 183+2+47=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7022F is #48FDD0. Grayscale: #3D3D3D. Windows color (decimal): -4783569 or 3080887. OLE color: 3080887.
HSL color Cylindrical-coordinate representation of color #B7022F: hue angle of 345.08º degrees, saturation: 0.98, 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 #B7022F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.28 |
| HSL | 345.08º | 0.98% | 0.36% | - |
| HSV(B) | 345.08º | 0.99% | 0.72% | - |
| XYZ | 20.06 | 10.32 | 3.62 | - |
| YUV | 61.25 | 119.97 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 47 | 0 | 0.99 | 0.74 | 0.28 | 345.08 | 0.98 | 0.36 |
| Hex | B7 | 2 | 2F | 0 | 63 | 4A | 1C | 159 | 62 | 24 |
| Octal | 267 | 2 | 57 | 0 | 143 | 112 | 34 | 531 | 142 | 44 |
| Binary | 10110111 | 10 | 101111 | 0 | 1100011 | 1001010 | 11100 | 101011001 | 1100010 | 100100 |
Color Harmonies of #B7022F
Complementary color
Monochromatic Colors of #B7022F
Black with #B7022F
Text Example
Text Example
White with #B7022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7022F; }
p { color: rgb(183,2,47); }
H1.HeaderClassName
{
color: #B7022F;
}
.AnyTagClassName
{
color: #B7022F;
}
</style>
background-color css
<style>
a { background-color: #B7022F; }
a { background-color: rgb(183,2,47); }
div.DivClassName
{
background-color: #B7022F;
}
.BgClassName
{
background-color: #B7022F;
}
</style>
border-color css
<style>
span { border-color: #B7022F; }
span { border-color: rgb(183,2,47); }
td.TdClassName
{
border-color: #B7022F;
}
.TagClassName
{
border-color: #B7022F;
}
</style>