Shades of Cardinal #B7233D
Tints of Cardinal #B7233D
RGB
CMYK
RGB Variations
Color information
#B7233D (or 0xB7233D) is known color: Cardinal. HEX triplet: B7, 23 and 3D. RGB value is (183,35,61). Sum of RGB (Red+Green+Blue) = 183+35+61=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7233D is #48DCC2. Grayscale: #525252. Windows color (decimal): -4775107 or 4006839. OLE color: 4006839.
HSL color Cylindrical-coordinate representation of color #B7233D: hue angle of 349.46º 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 #B7233D is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 61 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.28 |
| HSL | 349.46º | 0.68% | 0.43% | - |
| HSV(B) | 349.46º | 0.81% | 0.72% | - |
| XYZ | 20.97 | 11.61 | 5.55 | - |
| YUV | 82.22 | 116.03 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 61 | 0 | 0.81 | 0.67 | 0.28 | 349.46 | 0.68 | 0.43 |
| Hex | B7 | 23 | 3D | 0 | 51 | 43 | 1C | 15D | 44 | 2B |
| Octal | 267 | 43 | 75 | 0 | 121 | 103 | 34 | 535 | 104 | 53 |
| Binary | 10110111 | 100011 | 111101 | 0 | 1010001 | 1000011 | 11100 | 101011101 | 1000100 | 101011 |
Color Harmonies of #B7233D
Complementary color
Monochromatic Colors of #B7233D
Black with #B7233D
Text Example
Text Example
White with #B7233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7233D; }
p { color: rgb(183,35,61); }
H1.HeaderClassName
{
color: #B7233D;
}
.AnyTagClassName
{
color: #B7233D;
}
</style>
background-color css
<style>
a { background-color: #B7233D; }
a { background-color: rgb(183,35,61); }
div.DivClassName
{
background-color: #B7233D;
}
.BgClassName
{
background-color: #B7233D;
}
</style>
border-color css
<style>
span { border-color: #B7233D; }
span { border-color: rgb(183,35,61); }
td.TdClassName
{
border-color: #B7233D;
}
.TagClassName
{
border-color: #B7233D;
}
</style>