Shades of Cardinal #B6013C
Tints of Cardinal #B6013C
RGB
CMYK
RGB Variations
Color information
#B6013C (or 0xB6013C) is known color: Cardinal. HEX triplet: B6, 01 and 3C. RGB value is (182,1,60). Sum of RGB (Red+Green+Blue) = 182+1+60=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B6013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6013C is #49FEC3. Grayscale: #3D3D3D. Windows color (decimal): -4849348 or 3932598. OLE color: 3932598.
HSL color Cylindrical-coordinate representation of color #B6013C: hue angle of 340.44º 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 #B6013C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.29 |
| HSL | 340.44º | 0.99% | 0.36% | - |
| HSV(B) | 340.44º | 0.99% | 0.71% | - |
| XYZ | 20.12 | 10.29 | 5.2 | - |
| YUV | 61.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 60 | 0 | 0.99 | 0.67 | 0.29 | 340.44 | 0.99 | 0.36 |
| Hex | B6 | 1 | 3C | 0 | 63 | 43 | 1D | 154 | 63 | 24 |
| Octal | 266 | 1 | 74 | 0 | 143 | 103 | 35 | 524 | 143 | 44 |
| Binary | 10110110 | 1 | 111100 | 0 | 1100011 | 1000011 | 11101 | 101010100 | 1100011 | 100100 |
Color Harmonies of #B6013C
Complementary color
Monochromatic Colors of #B6013C
Black with #B6013C
Text Example
Text Example
White with #B6013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6013C; }
p { color: rgb(182,1,60); }
H1.HeaderClassName
{
color: #B6013C;
}
.AnyTagClassName
{
color: #B6013C;
}
</style>
background-color css
<style>
a { background-color: #B6013C; }
a { background-color: rgb(182,1,60); }
div.DivClassName
{
background-color: #B6013C;
}
.BgClassName
{
background-color: #B6013C;
}
</style>
border-color css
<style>
span { border-color: #B6013C; }
span { border-color: rgb(182,1,60); }
td.TdClassName
{
border-color: #B6013C;
}
.TagClassName
{
border-color: #B6013C;
}
</style>