Shades of Cardinal #B5282E
Tints of Cardinal #B5282E
RGB
CMYK
RGB Variations
Color information
#B5282E (or 0xB5282E) is known color: Cardinal. HEX triplet: B5, 28 and 2E. RGB value is (181,40,46). Sum of RGB (Red+Green+Blue) = 181+40+46=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B5282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5282E is #4AD7D1. Grayscale: #525252. Windows color (decimal): -4904914 or 3025077. OLE color: 3025077.
HSL color Cylindrical-coordinate representation of color #B5282E: hue angle of 357.45º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5282E is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 46 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.29 |
| HSL | 357.45º | 0.64% | 0.43% | - |
| HSV(B) | 357.45º | 0.78% | 0.71% | - |
| XYZ | 20.31 | 11.54 | 3.74 | - |
| YUV | 82.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 46 | 0 | 0.78 | 0.75 | 0.29 | 357.45 | 0.64 | 0.43 |
| Hex | B5 | 28 | 2E | 0 | 4E | 4B | 1D | 165 | 40 | 2B |
| Octal | 265 | 50 | 56 | 0 | 116 | 113 | 35 | 545 | 100 | 53 |
| Binary | 10110101 | 101000 | 101110 | 0 | 1001110 | 1001011 | 11101 | 101100101 | 1000000 | 101011 |
Color Harmonies of #B5282E
Complementary color
Monochromatic Colors of #B5282E
Black with #B5282E
Text Example
Text Example
White with #B5282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5282E; }
p { color: rgb(181,40,46); }
H1.HeaderClassName
{
color: #B5282E;
}
.AnyTagClassName
{
color: #B5282E;
}
</style>
background-color css
<style>
a { background-color: #B5282E; }
a { background-color: rgb(181,40,46); }
div.DivClassName
{
background-color: #B5282E;
}
.BgClassName
{
background-color: #B5282E;
}
</style>
border-color css
<style>
span { border-color: #B5282E; }
span { border-color: rgb(181,40,46); }
td.TdClassName
{
border-color: #B5282E;
}
.TagClassName
{
border-color: #B5282E;
}
</style>