Shades of Cardinal #B70132
Tints of Cardinal #B70132
RGB
CMYK
RGB Variations
Color information
#B70132 (or 0xB70132) is known color: Cardinal. HEX triplet: B7, 01 and 32. RGB value is (183,1,50). Sum of RGB (Red+Green+Blue) = 183+1+50=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B70132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70132 is #48FECD. Grayscale: #3C3C3C. Windows color (decimal): -4783822 or 3277239. OLE color: 3277239.
HSL color Cylindrical-coordinate representation of color #B70132: hue angle of 343.85º 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 #B70132 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.28 |
| HSL | 343.85º | 0.99% | 0.36% | - |
| HSV(B) | 343.85º | 0.99% | 0.72% | - |
| XYZ | 20.12 | 10.32 | 3.95 | - |
| YUV | 61 | 121.8 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 50 | 0 | 0.99 | 0.73 | 0.28 | 343.85 | 0.99 | 0.36 |
| Hex | B7 | 1 | 32 | 0 | 63 | 49 | 1C | 158 | 63 | 24 |
| Octal | 267 | 1 | 62 | 0 | 143 | 111 | 34 | 530 | 143 | 44 |
| Binary | 10110111 | 1 | 110010 | 0 | 1100011 | 1001001 | 11100 | 101011000 | 1100011 | 100100 |
Color Harmonies of #B70132
Complementary color
Monochromatic Colors of #B70132
Black with #B70132
Text Example
Text Example
White with #B70132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70132; }
p { color: rgb(183,1,50); }
H1.HeaderClassName
{
color: #B70132;
}
.AnyTagClassName
{
color: #B70132;
}
</style>
background-color css
<style>
a { background-color: #B70132; }
a { background-color: rgb(183,1,50); }
div.DivClassName
{
background-color: #B70132;
}
.BgClassName
{
background-color: #B70132;
}
</style>
border-color css
<style>
span { border-color: #B70132; }
span { border-color: rgb(183,1,50); }
td.TdClassName
{
border-color: #B70132;
}
.TagClassName
{
border-color: #B70132;
}
</style>