Shades of Cardinal #B6133F
Tints of Cardinal #B6133F
RGB
CMYK
RGB Variations
Color information
#B6133F (or 0xB6133F) is known color: Cardinal. HEX triplet: B6, 13 and 3F. RGB value is (182,19,63). Sum of RGB (Red+Green+Blue) = 182+19+63=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B6133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6133F is #49ECC0. Grayscale: #484848. Windows color (decimal): -4844737 or 4133814. OLE color: 4133814.
HSL color Cylindrical-coordinate representation of color #B6133F: hue angle of 343.8º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6133F is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 63 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.29 |
| HSL | 343.8º | 0.81% | 0.39% | - |
| HSV(B) | 343.8º | 0.9% | 0.71% | - |
| XYZ | 20.42 | 10.77 | 5.71 | - |
| YUV | 72.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 63 | 0 | 0.90 | 0.65 | 0.29 | 343.8 | 0.81 | 0.39 |
| Hex | B6 | 13 | 3F | 0 | 5A | 41 | 1D | 158 | 51 | 27 |
| Octal | 266 | 23 | 77 | 0 | 132 | 101 | 35 | 530 | 121 | 47 |
| Binary | 10110110 | 10011 | 111111 | 0 | 1011010 | 1000001 | 11101 | 101011000 | 1010001 | 100111 |
Color Harmonies of #B6133F
Complementary color
Monochromatic Colors of #B6133F
Black with #B6133F
Text Example
Text Example
White with #B6133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6133F; }
p { color: rgb(182,19,63); }
H1.HeaderClassName
{
color: #B6133F;
}
.AnyTagClassName
{
color: #B6133F;
}
</style>
background-color css
<style>
a { background-color: #B6133F; }
a { background-color: rgb(182,19,63); }
div.DivClassName
{
background-color: #B6133F;
}
.BgClassName
{
background-color: #B6133F;
}
</style>
border-color css
<style>
span { border-color: #B6133F; }
span { border-color: rgb(182,19,63); }
td.TdClassName
{
border-color: #B6133F;
}
.TagClassName
{
border-color: #B6133F;
}
</style>