Shades of Cardinal #B7133C
Tints of Cardinal #B7133C
RGB
CMYK
RGB Variations
Color information
#B7133C (or 0xB7133C) is known color: Cardinal. HEX triplet: B7, 13 and 3C. RGB value is (183,19,60). Sum of RGB (Red+Green+Blue) = 183+19+60=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7133C is #48ECC3. Grayscale: #484848. Windows color (decimal): -4779204 or 3937207. OLE color: 3937207.
HSL color Cylindrical-coordinate representation of color #B7133C: hue angle of 345º 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 #B7133C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 60 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.28 |
| HSL | 345º | 0.81% | 0.4% | - |
| HSV(B) | 345º | 0.9% | 0.72% | - |
| XYZ | 20.58 | 10.86 | 5.29 | - |
| YUV | 72.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 60 | 0 | 0.90 | 0.67 | 0.28 | 345 | 0.81 | 0.4 |
| Hex | B7 | 13 | 3C | 0 | 5A | 43 | 1C | 159 | 51 | 28 |
| Octal | 267 | 23 | 74 | 0 | 132 | 103 | 34 | 531 | 121 | 50 |
| Binary | 10110111 | 10011 | 111100 | 0 | 1011010 | 1000011 | 11100 | 101011001 | 1010001 | 101000 |
Color Harmonies of #B7133C
Complementary color
Monochromatic Colors of #B7133C
Black with #B7133C
Text Example
Text Example
White with #B7133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7133C; }
p { color: rgb(183,19,60); }
H1.HeaderClassName
{
color: #B7133C;
}
.AnyTagClassName
{
color: #B7133C;
}
</style>
background-color css
<style>
a { background-color: #B7133C; }
a { background-color: rgb(183,19,60); }
div.DivClassName
{
background-color: #B7133C;
}
.BgClassName
{
background-color: #B7133C;
}
</style>
border-color css
<style>
span { border-color: #B7133C; }
span { border-color: rgb(183,19,60); }
td.TdClassName
{
border-color: #B7133C;
}
.TagClassName
{
border-color: #B7133C;
}
</style>