Shades of Cardinal #B7282D
Tints of Cardinal #B7282D
RGB
CMYK
RGB Variations
Color information
#B7282D (or 0xB7282D) is known color: Cardinal. HEX triplet: B7, 28 and 2D. RGB value is (183,40,45). Sum of RGB (Red+Green+Blue) = 183+40+45=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B7282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7282D is #48D7D2. Grayscale: #535353. Windows color (decimal): -4773843 or 2959543. OLE color: 2959543.
HSL color Cylindrical-coordinate representation of color #B7282D: hue angle of 357.9º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7282D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 45 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.28 |
| HSL | 357.9º | 0.64% | 0.44% | - |
| HSV(B) | 357.9º | 0.78% | 0.72% | - |
| XYZ | 20.76 | 11.77 | 3.66 | - |
| YUV | 83.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 45 | 0 | 0.78 | 0.75 | 0.28 | 357.9 | 0.64 | 0.44 |
| Hex | B7 | 28 | 2D | 0 | 4E | 4B | 1C | 166 | 40 | 2C |
| Octal | 267 | 50 | 55 | 0 | 116 | 113 | 34 | 546 | 100 | 54 |
| Binary | 10110111 | 101000 | 101101 | 0 | 1001110 | 1001011 | 11100 | 101100110 | 1000000 | 101100 |
Color Harmonies of #B7282D
Complementary color
Monochromatic Colors of #B7282D
Black with #B7282D
Text Example
Text Example
White with #B7282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7282D; }
p { color: rgb(183,40,45); }
H1.HeaderClassName
{
color: #B7282D;
}
.AnyTagClassName
{
color: #B7282D;
}
</style>
background-color css
<style>
a { background-color: #B7282D; }
a { background-color: rgb(183,40,45); }
div.DivClassName
{
background-color: #B7282D;
}
.BgClassName
{
background-color: #B7282D;
}
</style>
border-color css
<style>
span { border-color: #B7282D; }
span { border-color: rgb(183,40,45); }
td.TdClassName
{
border-color: #B7282D;
}
.TagClassName
{
border-color: #B7282D;
}
</style>