Shades of Cardinal #B7133F
Tints of Cardinal #B7133F
RGB
CMYK
RGB Variations
Color information
#B7133F (or 0xB7133F) is known color: Cardinal. HEX triplet: B7, 13 and 3F. RGB value is (183,19,63). Sum of RGB (Red+Green+Blue) = 183+19+63=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7133F is #48ECC0. Grayscale: #494949. Windows color (decimal): -4779201 or 4133815. OLE color: 4133815.
HSL color Cylindrical-coordinate representation of color #B7133F: hue angle of 343.9º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7133F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 63 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.28 |
| HSL | 343.9º | 0.81% | 0.4% | - |
| HSV(B) | 343.9º | 0.9% | 0.72% | - |
| XYZ | 20.66 | 10.89 | 5.72 | - |
| YUV | 73.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 63 | 0 | 0.90 | 0.66 | 0.28 | 343.9 | 0.81 | 0.4 |
| Hex | B7 | 13 | 3F | 0 | 5A | 42 | 1C | 158 | 51 | 28 |
| Octal | 267 | 23 | 77 | 0 | 132 | 102 | 34 | 530 | 121 | 50 |
| Binary | 10110111 | 10011 | 111111 | 0 | 1011010 | 1000010 | 11100 | 101011000 | 1010001 | 101000 |
Color Harmonies of #B7133F
Complementary color
Monochromatic Colors of #B7133F
Black with #B7133F
Text Example
Text Example
White with #B7133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7133F; }
p { color: rgb(183,19,63); }
H1.HeaderClassName
{
color: #B7133F;
}
.AnyTagClassName
{
color: #B7133F;
}
</style>
background-color css
<style>
a { background-color: #B7133F; }
a { background-color: rgb(183,19,63); }
div.DivClassName
{
background-color: #B7133F;
}
.BgClassName
{
background-color: #B7133F;
}
</style>
border-color css
<style>
span { border-color: #B7133F; }
span { border-color: rgb(183,19,63); }
td.TdClassName
{
border-color: #B7133F;
}
.TagClassName
{
border-color: #B7133F;
}
</style>