Shades of Cardinal #B7232F
Tints of Cardinal #B7232F
RGB
CMYK
RGB Variations
Color information
#B7232F (or 0xB7232F) is known color: Cardinal. HEX triplet: B7, 23 and 2F. RGB value is (183,35,47). Sum of RGB (Red+Green+Blue) = 183+35+47=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7232F is #48DCD0. Grayscale: #505050. Windows color (decimal): -4775121 or 3089335. OLE color: 3089335.
HSL color Cylindrical-coordinate representation of color #B7232F: hue angle of 355.14º 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 #B7232F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 47 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.28 |
| HSL | 355.14º | 0.68% | 0.43% | - |
| HSV(B) | 355.14º | 0.81% | 0.72% | - |
| XYZ | 20.64 | 11.47 | 3.82 | - |
| YUV | 80.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 47 | 0 | 0.81 | 0.74 | 0.28 | 355.14 | 0.68 | 0.43 |
| Hex | B7 | 23 | 2F | 0 | 51 | 4A | 1C | 163 | 44 | 2B |
| Octal | 267 | 43 | 57 | 0 | 121 | 112 | 34 | 543 | 104 | 53 |
| Binary | 10110111 | 100011 | 101111 | 0 | 1010001 | 1001010 | 11100 | 101100011 | 1000100 | 101011 |
Color Harmonies of #B7232F
Complementary color
Monochromatic Colors of #B7232F
Black with #B7232F
Text Example
Text Example
White with #B7232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7232F; }
p { color: rgb(183,35,47); }
H1.HeaderClassName
{
color: #B7232F;
}
.AnyTagClassName
{
color: #B7232F;
}
</style>
background-color css
<style>
a { background-color: #B7232F; }
a { background-color: rgb(183,35,47); }
div.DivClassName
{
background-color: #B7232F;
}
.BgClassName
{
background-color: #B7232F;
}
</style>
border-color css
<style>
span { border-color: #B7232F; }
span { border-color: rgb(183,35,47); }
td.TdClassName
{
border-color: #B7232F;
}
.TagClassName
{
border-color: #B7232F;
}
</style>