Shades of Cardinal #B6133D
Tints of Cardinal #B6133D
RGB
CMYK
RGB Variations
Color information
#B6133D (or 0xB6133D) is known color: Cardinal. HEX triplet: B6, 13 and 3D. RGB value is (182,19,61). Sum of RGB (Red+Green+Blue) = 182+19+61=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6133D is #49ECC2. Grayscale: #484848. Windows color (decimal): -4844739 or 4002742. OLE color: 4002742.
HSL color Cylindrical-coordinate representation of color #B6133D: hue angle of 344.54º 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 #B6133D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 61 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.29 |
| HSL | 344.54º | 0.81% | 0.39% | - |
| HSV(B) | 344.54º | 0.9% | 0.71% | - |
| XYZ | 20.37 | 10.75 | 5.42 | - |
| YUV | 72.53 | 121.5 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 61 | 0 | 0.90 | 0.66 | 0.29 | 344.54 | 0.81 | 0.39 |
| Hex | B6 | 13 | 3D | 0 | 5A | 42 | 1D | 159 | 51 | 27 |
| Octal | 266 | 23 | 75 | 0 | 132 | 102 | 35 | 531 | 121 | 47 |
| Binary | 10110110 | 10011 | 111101 | 0 | 1011010 | 1000010 | 11101 | 101011001 | 1010001 | 100111 |
Color Harmonies of #B6133D
Complementary color
Monochromatic Colors of #B6133D
Black with #B6133D
Text Example
Text Example
White with #B6133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6133D; }
p { color: rgb(182,19,61); }
H1.HeaderClassName
{
color: #B6133D;
}
.AnyTagClassName
{
color: #B6133D;
}
</style>
background-color css
<style>
a { background-color: #B6133D; }
a { background-color: rgb(182,19,61); }
div.DivClassName
{
background-color: #B6133D;
}
.BgClassName
{
background-color: #B6133D;
}
</style>
border-color css
<style>
span { border-color: #B6133D; }
span { border-color: rgb(182,19,61); }
td.TdClassName
{
border-color: #B6133D;
}
.TagClassName
{
border-color: #B6133D;
}
</style>