Shades of Cardinal #B6203C
Tints of Cardinal #B6203C
RGB
CMYK
RGB Variations
Color information
#B6203C (or 0xB6203C) is known color: Cardinal. HEX triplet: B6, 20 and 3C. RGB value is (182,32,60). Sum of RGB (Red+Green+Blue) = 182+32+60=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B6203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6203C is #49DFC3. Grayscale: #505050. Windows color (decimal): -4841412 or 3940534. OLE color: 3940534.
HSL color Cylindrical-coordinate representation of color #B6203C: hue angle of 348.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 #B6203C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 60 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.29 |
| HSL | 348.8º | 0.7% | 0.42% | - |
| HSV(B) | 348.8º | 0.82% | 0.71% | - |
| XYZ | 20.62 | 11.3 | 5.37 | - |
| YUV | 80.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 60 | 0 | 0.82 | 0.67 | 0.29 | 348.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 3C | 0 | 52 | 43 | 1D | 15D | 46 | 2A |
| Octal | 266 | 40 | 74 | 0 | 122 | 103 | 35 | 535 | 106 | 52 |
| Binary | 10110110 | 100000 | 111100 | 0 | 1010010 | 1000011 | 11101 | 101011101 | 1000110 | 101010 |
Color Harmonies of #B6203C
Complementary color
Monochromatic Colors of #B6203C
Black with #B6203C
Text Example
Text Example
White with #B6203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6203C; }
p { color: rgb(182,32,60); }
H1.HeaderClassName
{
color: #B6203C;
}
.AnyTagClassName
{
color: #B6203C;
}
</style>
background-color css
<style>
a { background-color: #B6203C; }
a { background-color: rgb(182,32,60); }
div.DivClassName
{
background-color: #B6203C;
}
.BgClassName
{
background-color: #B6203C;
}
</style>
border-color css
<style>
span { border-color: #B6203C; }
span { border-color: rgb(182,32,60); }
td.TdClassName
{
border-color: #B6203C;
}
.TagClassName
{
border-color: #B6203C;
}
</style>