Shades of Cardinal #B6283C
Tints of Cardinal #B6283C
RGB
CMYK
RGB Variations
Color information
#B6283C (or 0xB6283C) is known color: Cardinal. HEX triplet: B6, 28 and 3C. RGB value is (182,40,60). Sum of RGB (Red+Green+Blue) = 182+40+60=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B6283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6283C is #49D7C3. Grayscale: #545454. Windows color (decimal): -4839364 or 3942582. OLE color: 3942582.
HSL color Cylindrical-coordinate representation of color #B6283C: hue angle of 351.55º 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 #B6283C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 60 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.29 |
| HSL | 351.55º | 0.64% | 0.44% | - |
| HSV(B) | 351.55º | 0.78% | 0.71% | - |
| XYZ | 20.87 | 11.79 | 5.45 | - |
| YUV | 84.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 60 | 0 | 0.78 | 0.67 | 0.29 | 351.55 | 0.64 | 0.44 |
| Hex | B6 | 28 | 3C | 0 | 4E | 43 | 1D | 160 | 40 | 2C |
| Octal | 266 | 50 | 74 | 0 | 116 | 103 | 35 | 540 | 100 | 54 |
| Binary | 10110110 | 101000 | 111100 | 0 | 1001110 | 1000011 | 11101 | 101100000 | 1000000 | 101100 |
Color Harmonies of #B6283C
Complementary color
Monochromatic Colors of #B6283C
Black with #B6283C
Text Example
Text Example
White with #B6283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6283C; }
p { color: rgb(182,40,60); }
H1.HeaderClassName
{
color: #B6283C;
}
.AnyTagClassName
{
color: #B6283C;
}
</style>
background-color css
<style>
a { background-color: #B6283C; }
a { background-color: rgb(182,40,60); }
div.DivClassName
{
background-color: #B6283C;
}
.BgClassName
{
background-color: #B6283C;
}
</style>
border-color css
<style>
span { border-color: #B6283C; }
span { border-color: rgb(182,40,60); }
td.TdClassName
{
border-color: #B6283C;
}
.TagClassName
{
border-color: #B6283C;
}
</style>