Shades of Cardinal #B6202D
Tints of Cardinal #B6202D
RGB
CMYK
RGB Variations
Color information
#B6202D (or 0xB6202D) is known color: Cardinal. HEX triplet: B6, 20 and 2D. RGB value is (182,32,45). Sum of RGB (Red+Green+Blue) = 182+32+45=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B6202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6202D is #49DFD2. Grayscale: #4E4E4E. Windows color (decimal): -4841427 or 2957494. OLE color: 2957494.
HSL color Cylindrical-coordinate representation of color #B6202D: hue angle of 354.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6202D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 45 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.29 |
| HSL | 354.8º | 0.7% | 0.42% | - |
| HSV(B) | 354.8º | 0.82% | 0.71% | - |
| XYZ | 20.28 | 11.17 | 3.57 | - |
| YUV | 78.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 45 | 0 | 0.82 | 0.75 | 0.29 | 354.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 2D | 0 | 52 | 4B | 1D | 163 | 46 | 2A |
| Octal | 266 | 40 | 55 | 0 | 122 | 113 | 35 | 543 | 106 | 52 |
| Binary | 10110110 | 100000 | 101101 | 0 | 1010010 | 1001011 | 11101 | 101100011 | 1000110 | 101010 |
Color Harmonies of #B6202D
Complementary color
Monochromatic Colors of #B6202D
Black with #B6202D
Text Example
Text Example
White with #B6202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6202D; }
p { color: rgb(182,32,45); }
H1.HeaderClassName
{
color: #B6202D;
}
.AnyTagClassName
{
color: #B6202D;
}
</style>
background-color css
<style>
a { background-color: #B6202D; }
a { background-color: rgb(182,32,45); }
div.DivClassName
{
background-color: #B6202D;
}
.BgClassName
{
background-color: #B6202D;
}
</style>
border-color css
<style>
span { border-color: #B6202D; }
span { border-color: rgb(182,32,45); }
td.TdClassName
{
border-color: #B6202D;
}
.TagClassName
{
border-color: #B6202D;
}
</style>