Shades of Cardinal #B7133D
Tints of Cardinal #B7133D
RGB
CMYK
RGB Variations
Color information
#B7133D (or 0xB7133D) is known color: Cardinal. HEX triplet: B7, 13 and 3D. RGB value is (183,19,61). Sum of RGB (Red+Green+Blue) = 183+19+61=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7133D is #48ECC2. Grayscale: #484848. Windows color (decimal): -4779203 or 4002743. OLE color: 4002743.
HSL color Cylindrical-coordinate representation of color #B7133D: hue angle of 344.63º 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 #B7133D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 61 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.28 |
| HSL | 344.63º | 0.81% | 0.4% | - |
| HSV(B) | 344.63º | 0.9% | 0.72% | - |
| XYZ | 20.6 | 10.87 | 5.43 | - |
| YUV | 72.82 | 121.33 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 61 | 0 | 0.90 | 0.67 | 0.28 | 344.63 | 0.81 | 0.4 |
| Hex | B7 | 13 | 3D | 0 | 5A | 43 | 1C | 159 | 51 | 28 |
| Octal | 267 | 23 | 75 | 0 | 132 | 103 | 34 | 531 | 121 | 50 |
| Binary | 10110111 | 10011 | 111101 | 0 | 1011010 | 1000011 | 11100 | 101011001 | 1010001 | 101000 |
Color Harmonies of #B7133D
Complementary color
Monochromatic Colors of #B7133D
Black with #B7133D
Text Example
Text Example
White with #B7133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7133D; }
p { color: rgb(183,19,61); }
H1.HeaderClassName
{
color: #B7133D;
}
.AnyTagClassName
{
color: #B7133D;
}
</style>
background-color css
<style>
a { background-color: #B7133D; }
a { background-color: rgb(183,19,61); }
div.DivClassName
{
background-color: #B7133D;
}
.BgClassName
{
background-color: #B7133D;
}
</style>
border-color css
<style>
span { border-color: #B7133D; }
span { border-color: rgb(183,19,61); }
td.TdClassName
{
border-color: #B7133D;
}
.TagClassName
{
border-color: #B7133D;
}
</style>