Shades of Cardinal #B7252E
Tints of Cardinal #B7252E
RGB
CMYK
RGB Variations
Color information
#B7252E (or 0xB7252E) is known color: Cardinal. HEX triplet: B7, 25 and 2E. RGB value is (183,37,46). Sum of RGB (Red+Green+Blue) = 183+37+46=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7252E is #48DAD1. Grayscale: #515151. Windows color (decimal): -4774610 or 3024311. OLE color: 3024311.
HSL color Cylindrical-coordinate representation of color #B7252E: hue angle of 356.3º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7252E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 46 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.28 |
| HSL | 356.3º | 0.66% | 0.43% | - |
| HSV(B) | 356.3º | 0.8% | 0.72% | - |
| XYZ | 20.68 | 11.59 | 3.73 | - |
| YUV | 81.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 46 | 0 | 0.80 | 0.75 | 0.28 | 356.3 | 0.66 | 0.43 |
| Hex | B7 | 25 | 2E | 0 | 50 | 4B | 1C | 164 | 42 | 2B |
| Octal | 267 | 45 | 56 | 0 | 120 | 113 | 34 | 544 | 102 | 53 |
| Binary | 10110111 | 100101 | 101110 | 0 | 1010000 | 1001011 | 11100 | 101100100 | 1000010 | 101011 |
Color Harmonies of #B7252E
Complementary color
Monochromatic Colors of #B7252E
Black with #B7252E
Text Example
Text Example
White with #B7252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7252E; }
p { color: rgb(183,37,46); }
H1.HeaderClassName
{
color: #B7252E;
}
.AnyTagClassName
{
color: #B7252E;
}
</style>
background-color css
<style>
a { background-color: #B7252E; }
a { background-color: rgb(183,37,46); }
div.DivClassName
{
background-color: #B7252E;
}
.BgClassName
{
background-color: #B7252E;
}
</style>
border-color css
<style>
span { border-color: #B7252E; }
span { border-color: rgb(183,37,46); }
td.TdClassName
{
border-color: #B7252E;
}
.TagClassName
{
border-color: #B7252E;
}
</style>