Shades of Cardinal #B7233F
Tints of Cardinal #B7233F
RGB
CMYK
RGB Variations
Color information
#B7233F (or 0xB7233F) is known color: Cardinal. HEX triplet: B7, 23 and 3F. RGB value is (183,35,63). Sum of RGB (Red+Green+Blue) = 183+35+63=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7233F is #48DCC0. Grayscale: #525252. Windows color (decimal): -4775105 or 4137911. OLE color: 4137911.
HSL color Cylindrical-coordinate representation of color #B7233F: hue angle of 348.65º 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 #B7233F is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 63 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.28 |
| HSL | 348.65º | 0.68% | 0.43% | - |
| HSV(B) | 348.65º | 0.81% | 0.72% | - |
| XYZ | 21.03 | 11.63 | 5.84 | - |
| YUV | 82.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 63 | 0 | 0.81 | 0.66 | 0.28 | 348.65 | 0.68 | 0.43 |
| Hex | B7 | 23 | 3F | 0 | 51 | 42 | 1C | 15D | 44 | 2B |
| Octal | 267 | 43 | 77 | 0 | 121 | 102 | 34 | 535 | 104 | 53 |
| Binary | 10110111 | 100011 | 111111 | 0 | 1010001 | 1000010 | 11100 | 101011101 | 1000100 | 101011 |
Color Harmonies of #B7233F
Complementary color
Monochromatic Colors of #B7233F
Black with #B7233F
Text Example
Text Example
White with #B7233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7233F; }
p { color: rgb(183,35,63); }
H1.HeaderClassName
{
color: #B7233F;
}
.AnyTagClassName
{
color: #B7233F;
}
</style>
background-color css
<style>
a { background-color: #B7233F; }
a { background-color: rgb(183,35,63); }
div.DivClassName
{
background-color: #B7233F;
}
.BgClassName
{
background-color: #B7233F;
}
</style>
border-color css
<style>
span { border-color: #B7233F; }
span { border-color: rgb(183,35,63); }
td.TdClassName
{
border-color: #B7233F;
}
.TagClassName
{
border-color: #B7233F;
}
</style>