Shades of Cardinal #B6133B
Tints of Cardinal #B6133B
RGB
CMYK
RGB Variations
Color information
#B6133B (or 0xB6133B) is known color: Cardinal. HEX triplet: B6, 13 and 3B. RGB value is (182,19,59). Sum of RGB (Red+Green+Blue) = 182+19+59=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B6133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6133B is #49ECC4. Grayscale: #484848. Windows color (decimal): -4844741 or 3871670. OLE color: 3871670.
HSL color Cylindrical-coordinate representation of color #B6133B: hue angle of 345.28º 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 #B6133B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 59 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.29 |
| HSL | 345.28º | 0.81% | 0.39% | - |
| HSV(B) | 345.28º | 0.9% | 0.71% | - |
| XYZ | 20.31 | 10.73 | 5.14 | - |
| YUV | 72.3 | 120.5 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 59 | 0 | 0.90 | 0.68 | 0.29 | 345.28 | 0.81 | 0.39 |
| Hex | B6 | 13 | 3B | 0 | 5A | 44 | 1D | 159 | 51 | 27 |
| Octal | 266 | 23 | 73 | 0 | 132 | 104 | 35 | 531 | 121 | 47 |
| Binary | 10110110 | 10011 | 111011 | 0 | 1011010 | 1000100 | 11101 | 101011001 | 1010001 | 100111 |
Color Harmonies of #B6133B
Complementary color
Monochromatic Colors of #B6133B
Black with #B6133B
Text Example
Text Example
White with #B6133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6133B; }
p { color: rgb(182,19,59); }
H1.HeaderClassName
{
color: #B6133B;
}
.AnyTagClassName
{
color: #B6133B;
}
</style>
background-color css
<style>
a { background-color: #B6133B; }
a { background-color: rgb(182,19,59); }
div.DivClassName
{
background-color: #B6133B;
}
.BgClassName
{
background-color: #B6133B;
}
</style>
border-color css
<style>
span { border-color: #B6133B; }
span { border-color: rgb(182,19,59); }
td.TdClassName
{
border-color: #B6133B;
}
.TagClassName
{
border-color: #B6133B;
}
</style>