Shades of Cardinal #B7233E
Tints of Cardinal #B7233E
RGB
CMYK
RGB Variations
Color information
#B7233E (or 0xB7233E) is known color: Cardinal. HEX triplet: B7, 23 and 3E. RGB value is (183,35,62). Sum of RGB (Red+Green+Blue) = 183+35+62=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7233E is #48DCC1. Grayscale: #525252. Windows color (decimal): -4775106 or 4072375. OLE color: 4072375.
HSL color Cylindrical-coordinate representation of color #B7233E: hue angle of 349.05º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7233E is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 62 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.28 |
| HSL | 349.05º | 0.68% | 0.43% | - |
| HSV(B) | 349.05º | 0.81% | 0.72% | - |
| XYZ | 21 | 11.62 | 5.69 | - |
| YUV | 82.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 62 | 0 | 0.81 | 0.66 | 0.28 | 349.05 | 0.68 | 0.43 |
| Hex | B7 | 23 | 3E | 0 | 51 | 42 | 1C | 15D | 44 | 2B |
| Octal | 267 | 43 | 76 | 0 | 121 | 102 | 34 | 535 | 104 | 53 |
| Binary | 10110111 | 100011 | 111110 | 0 | 1010001 | 1000010 | 11100 | 101011101 | 1000100 | 101011 |
Color Harmonies of #B7233E
Complementary color
Monochromatic Colors of #B7233E
Black with #B7233E
Text Example
Text Example
White with #B7233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7233E; }
p { color: rgb(183,35,62); }
H1.HeaderClassName
{
color: #B7233E;
}
.AnyTagClassName
{
color: #B7233E;
}
</style>
background-color css
<style>
a { background-color: #B7233E; }
a { background-color: rgb(183,35,62); }
div.DivClassName
{
background-color: #B7233E;
}
.BgClassName
{
background-color: #B7233E;
}
</style>
border-color css
<style>
span { border-color: #B7233E; }
span { border-color: rgb(183,35,62); }
td.TdClassName
{
border-color: #B7233E;
}
.TagClassName
{
border-color: #B7233E;
}
</style>