Shades of Cardinal #B7283C
Tints of Cardinal #B7283C
RGB
CMYK
RGB Variations
Color information
#B7283C (or 0xB7283C) is known color: Cardinal. HEX triplet: B7, 28 and 3C. RGB value is (183,40,60). Sum of RGB (Red+Green+Blue) = 183+40+60=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7283C is #48D7C3. Grayscale: #555555. Windows color (decimal): -4773828 or 3942583. OLE color: 3942583.
HSL color Cylindrical-coordinate representation of color #B7283C: hue angle of 351.61º 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 #B7283C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 60 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.28 |
| HSL | 351.61º | 0.64% | 0.44% | - |
| HSV(B) | 351.61º | 0.78% | 0.72% | - |
| XYZ | 21.1 | 11.91 | 5.46 | - |
| YUV | 85.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 60 | 0 | 0.78 | 0.67 | 0.28 | 351.61 | 0.64 | 0.44 |
| Hex | B7 | 28 | 3C | 0 | 4E | 43 | 1C | 160 | 40 | 2C |
| Octal | 267 | 50 | 74 | 0 | 116 | 103 | 34 | 540 | 100 | 54 |
| Binary | 10110111 | 101000 | 111100 | 0 | 1001110 | 1000011 | 11100 | 101100000 | 1000000 | 101100 |
Color Harmonies of #B7283C
Complementary color
Monochromatic Colors of #B7283C
Black with #B7283C
Text Example
Text Example
White with #B7283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7283C; }
p { color: rgb(183,40,60); }
H1.HeaderClassName
{
color: #B7283C;
}
.AnyTagClassName
{
color: #B7283C;
}
</style>
background-color css
<style>
a { background-color: #B7283C; }
a { background-color: rgb(183,40,60); }
div.DivClassName
{
background-color: #B7283C;
}
.BgClassName
{
background-color: #B7283C;
}
</style>
border-color css
<style>
span { border-color: #B7283C; }
span { border-color: rgb(183,40,60); }
td.TdClassName
{
border-color: #B7283C;
}
.TagClassName
{
border-color: #B7283C;
}
</style>