Shades of Cardinal #B6023B
Tints of Cardinal #B6023B
RGB
CMYK
RGB Variations
Color information
#B6023B (or 0xB6023B) is known color: Cardinal. HEX triplet: B6, 02 and 3B. RGB value is (182,2,59). Sum of RGB (Red+Green+Blue) = 182+2+59=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B6023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6023B is #49FDC4. Grayscale: #3E3E3E. Windows color (decimal): -4849093 or 3867318. OLE color: 3867318.
HSL color Cylindrical-coordinate representation of color #B6023B: hue angle of 341º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6023B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.29 |
| HSL | 341º | 0.98% | 0.36% | - |
| HSV(B) | 341º | 0.99% | 0.71% | - |
| XYZ | 20.1 | 10.3 | 5.07 | - |
| YUV | 62.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 59 | 0 | 0.99 | 0.68 | 0.29 | 341 | 0.98 | 0.36 |
| Hex | B6 | 2 | 3B | 0 | 63 | 44 | 1D | 155 | 62 | 24 |
| Octal | 266 | 2 | 73 | 0 | 143 | 104 | 35 | 525 | 142 | 44 |
| Binary | 10110110 | 10 | 111011 | 0 | 1100011 | 1000100 | 11101 | 101010101 | 1100010 | 100100 |
Color Harmonies of #B6023B
Complementary color
Monochromatic Colors of #B6023B
Black with #B6023B
Text Example
Text Example
White with #B6023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6023B; }
p { color: rgb(182,2,59); }
H1.HeaderClassName
{
color: #B6023B;
}
.AnyTagClassName
{
color: #B6023B;
}
</style>
background-color css
<style>
a { background-color: #B6023B; }
a { background-color: rgb(182,2,59); }
div.DivClassName
{
background-color: #B6023B;
}
.BgClassName
{
background-color: #B6023B;
}
</style>
border-color css
<style>
span { border-color: #B6023B; }
span { border-color: rgb(182,2,59); }
td.TdClassName
{
border-color: #B6023B;
}
.TagClassName
{
border-color: #B6023B;
}
</style>