Shades of Cardinal #B6013D
Tints of Cardinal #B6013D
RGB
CMYK
RGB Variations
Color information
#B6013D (or 0xB6013D) is known color: Cardinal. HEX triplet: B6, 01 and 3D. RGB value is (182,1,61). Sum of RGB (Red+Green+Blue) = 182+1+61=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B6013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6013D is #49FEC2. Grayscale: #3D3D3D. Windows color (decimal): -4849347 or 3998134. OLE color: 3998134.
HSL color Cylindrical-coordinate representation of color #B6013D: hue angle of 340.11º degrees, saturation: 0.99, 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 #B6013D is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.29 |
| HSL | 340.11º | 0.99% | 0.36% | - |
| HSV(B) | 340.11º | 0.99% | 0.71% | - |
| XYZ | 20.14 | 10.3 | 5.34 | - |
| YUV | 61.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 61 | 0 | 0.99 | 0.66 | 0.29 | 340.11 | 0.99 | 0.36 |
| Hex | B6 | 1 | 3D | 0 | 63 | 42 | 1D | 154 | 63 | 24 |
| Octal | 266 | 1 | 75 | 0 | 143 | 102 | 35 | 524 | 143 | 44 |
| Binary | 10110110 | 1 | 111101 | 0 | 1100011 | 1000010 | 11101 | 101010100 | 1100011 | 100100 |
Color Harmonies of #B6013D
Complementary color
Monochromatic Colors of #B6013D
Black with #B6013D
Text Example
Text Example
White with #B6013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6013D; }
p { color: rgb(182,1,61); }
H1.HeaderClassName
{
color: #B6013D;
}
.AnyTagClassName
{
color: #B6013D;
}
</style>
background-color css
<style>
a { background-color: #B6013D; }
a { background-color: rgb(182,1,61); }
div.DivClassName
{
background-color: #B6013D;
}
.BgClassName
{
background-color: #B6013D;
}
</style>
border-color css
<style>
span { border-color: #B6013D; }
span { border-color: rgb(182,1,61); }
td.TdClassName
{
border-color: #B6013D;
}
.TagClassName
{
border-color: #B6013D;
}
</style>