Shades of Cardinal #B6183D
Tints of Cardinal #B6183D
RGB
CMYK
RGB Variations
Color information
#B6183D (or 0xB6183D) is known color: Cardinal. HEX triplet: B6, 18 and 3D. RGB value is (182,24,61). Sum of RGB (Red+Green+Blue) = 182+24+61=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B6183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6183D is #49E7C2. Grayscale: #4B4B4B. Windows color (decimal): -4843459 or 4004022. OLE color: 4004022.
HSL color Cylindrical-coordinate representation of color #B6183D: hue angle of 345.95º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6183D is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 24 | 61 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.29 |
| HSL | 345.95º | 0.77% | 0.4% | - |
| HSV(B) | 345.95º | 0.87% | 0.71% | - |
| XYZ | 20.46 | 10.94 | 5.45 | - |
| YUV | 75.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 61 | 0 | 0.87 | 0.66 | 0.29 | 345.95 | 0.77 | 0.4 |
| Hex | B6 | 18 | 3D | 0 | 57 | 42 | 1D | 15A | 4D | 28 |
| Octal | 266 | 30 | 75 | 0 | 127 | 102 | 35 | 532 | 115 | 50 |
| Binary | 10110110 | 11000 | 111101 | 0 | 1010111 | 1000010 | 11101 | 101011010 | 1001101 | 101000 |
Color Harmonies of #B6183D
Complementary color
Monochromatic Colors of #B6183D
Black with #B6183D
Text Example
Text Example
White with #B6183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6183D; }
p { color: rgb(182,24,61); }
H1.HeaderClassName
{
color: #B6183D;
}
.AnyTagClassName
{
color: #B6183D;
}
</style>
background-color css
<style>
a { background-color: #B6183D; }
a { background-color: rgb(182,24,61); }
div.DivClassName
{
background-color: #B6183D;
}
.BgClassName
{
background-color: #B6183D;
}
</style>
border-color css
<style>
span { border-color: #B6183D; }
span { border-color: rgb(182,24,61); }
td.TdClassName
{
border-color: #B6183D;
}
.TagClassName
{
border-color: #B6183D;
}
</style>