Shades of Cardinal #B6053D
Tints of Cardinal #B6053D
RGB
CMYK
RGB Variations
Color information
#B6053D (or 0xB6053D) is known color: Cardinal. HEX triplet: B6, 05 and 3D. RGB value is (182,5,61). Sum of RGB (Red+Green+Blue) = 182+5+61=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6053D is #49FAC2. Grayscale: #404040. Windows color (decimal): -4848323 or 3999158. OLE color: 3999158.
HSL color Cylindrical-coordinate representation of color #B6053D: hue angle of 341.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B6053D is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 5 | 61 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.29 |
| HSL | 341.02º | 0.95% | 0.37% | - |
| HSV(B) | 341.02º | 0.97% | 0.71% | - |
| XYZ | 20.19 | 10.39 | 5.36 | - |
| YUV | 64.31 | 126.14 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 5 | 61 | 0 | 0.97 | 0.66 | 0.29 | 341.02 | 0.95 | 0.37 |
| Hex | B6 | 5 | 3D | 0 | 61 | 42 | 1D | 155 | 5F | 25 |
| Octal | 266 | 5 | 75 | 0 | 141 | 102 | 35 | 525 | 137 | 45 |
| Binary | 10110110 | 101 | 111101 | 0 | 1100001 | 1000010 | 11101 | 101010101 | 1011111 | 100101 |
Color Harmonies of #B6053D
Complementary color
Monochromatic Colors of #B6053D
Black with #B6053D
Text Example
Text Example
White with #B6053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6053D; }
p { color: rgb(182,5,61); }
H1.HeaderClassName
{
color: #B6053D;
}
.AnyTagClassName
{
color: #B6053D;
}
</style>
background-color css
<style>
a { background-color: #B6053D; }
a { background-color: rgb(182,5,61); }
div.DivClassName
{
background-color: #B6053D;
}
.BgClassName
{
background-color: #B6053D;
}
</style>
border-color css
<style>
span { border-color: #B6053D; }
span { border-color: rgb(182,5,61); }
td.TdClassName
{
border-color: #B6053D;
}
.TagClassName
{
border-color: #B6053D;
}
</style>