Shades of Cardinal #B6282D
Tints of Cardinal #B6282D
RGB
CMYK
RGB Variations
Color information
#B6282D (or 0xB6282D) is known color: Cardinal. HEX triplet: B6, 28 and 2D. RGB value is (182,40,45). Sum of RGB (Red+Green+Blue) = 182+40+45=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B6282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6282D is #49D7D2. Grayscale: #535353. Windows color (decimal): -4839379 or 2959542. OLE color: 2959542.
HSL color Cylindrical-coordinate representation of color #B6282D: hue angle of 357.89º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6282D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 45 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.29 |
| HSL | 357.89º | 0.64% | 0.44% | - |
| HSV(B) | 357.89º | 0.78% | 0.71% | - |
| XYZ | 20.52 | 11.65 | 3.65 | - |
| YUV | 83.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 45 | 0 | 0.78 | 0.75 | 0.29 | 357.89 | 0.64 | 0.44 |
| Hex | B6 | 28 | 2D | 0 | 4E | 4B | 1D | 166 | 40 | 2C |
| Octal | 266 | 50 | 55 | 0 | 116 | 113 | 35 | 546 | 100 | 54 |
| Binary | 10110110 | 101000 | 101101 | 0 | 1001110 | 1001011 | 11101 | 101100110 | 1000000 | 101100 |
Color Harmonies of #B6282D
Complementary color
Monochromatic Colors of #B6282D
Black with #B6282D
Text Example
Text Example
White with #B6282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6282D; }
p { color: rgb(182,40,45); }
H1.HeaderClassName
{
color: #B6282D;
}
.AnyTagClassName
{
color: #B6282D;
}
</style>
background-color css
<style>
a { background-color: #B6282D; }
a { background-color: rgb(182,40,45); }
div.DivClassName
{
background-color: #B6282D;
}
.BgClassName
{
background-color: #B6282D;
}
</style>
border-color css
<style>
span { border-color: #B6282D; }
span { border-color: rgb(182,40,45); }
td.TdClassName
{
border-color: #B6282D;
}
.TagClassName
{
border-color: #B6282D;
}
</style>