Shades of Cardinal #B7053D
Tints of Cardinal #B7053D
RGB
CMYK
RGB Variations
Color information
#B7053D (or 0xB7053D) is known color: Cardinal. HEX triplet: B7, 05 and 3D. RGB value is (183,5,61). Sum of RGB (Red+Green+Blue) = 183+5+61=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7053D is #48FAC2. Grayscale: #404040. Windows color (decimal): -4782787 or 3999159. OLE color: 3999159.
HSL color Cylindrical-coordinate representation of color #B7053D: hue angle of 341.12º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7053D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 61 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.28 |
| HSL | 341.12º | 0.95% | 0.37% | - |
| HSV(B) | 341.12º | 0.97% | 0.72% | - |
| XYZ | 20.43 | 10.51 | 5.37 | - |
| YUV | 64.61 | 125.97 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 61 | 0 | 0.97 | 0.67 | 0.28 | 341.12 | 0.95 | 0.37 |
| Hex | B7 | 5 | 3D | 0 | 61 | 43 | 1C | 155 | 5F | 25 |
| Octal | 267 | 5 | 75 | 0 | 141 | 103 | 34 | 525 | 137 | 45 |
| Binary | 10110111 | 101 | 111101 | 0 | 1100001 | 1000011 | 11100 | 101010101 | 1011111 | 100101 |
Color Harmonies of #B7053D
Complementary color
Monochromatic Colors of #B7053D
Black with #B7053D
Text Example
Text Example
White with #B7053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7053D; }
p { color: rgb(183,5,61); }
H1.HeaderClassName
{
color: #B7053D;
}
.AnyTagClassName
{
color: #B7053D;
}
</style>
background-color css
<style>
a { background-color: #B7053D; }
a { background-color: rgb(183,5,61); }
div.DivClassName
{
background-color: #B7053D;
}
.BgClassName
{
background-color: #B7053D;
}
</style>
border-color css
<style>
span { border-color: #B7053D; }
span { border-color: rgb(183,5,61); }
td.TdClassName
{
border-color: #B7053D;
}
.TagClassName
{
border-color: #B7053D;
}
</style>