Shades of Cardinal #B6183C
Tints of Cardinal #B6183C
RGB
CMYK
RGB Variations
Color information
#B6183C (or 0xB6183C) is known color: Cardinal. HEX triplet: B6, 18 and 3C. RGB value is (182,24,60). Sum of RGB (Red+Green+Blue) = 182+24+60=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6183C is #49E7C3. Grayscale: #4B4B4B. Windows color (decimal): -4843460 or 3938486. OLE color: 3938486.
HSL color Cylindrical-coordinate representation of color #B6183C: hue angle of 346.33º 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 #B6183C is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 24 | 60 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.29 |
| HSL | 346.33º | 0.77% | 0.4% | - |
| HSV(B) | 346.33º | 0.87% | 0.71% | - |
| XYZ | 20.43 | 10.92 | 5.31 | - |
| YUV | 75.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 60 | 0 | 0.87 | 0.67 | 0.29 | 346.33 | 0.77 | 0.4 |
| Hex | B6 | 18 | 3C | 0 | 57 | 43 | 1D | 15A | 4D | 28 |
| Octal | 266 | 30 | 74 | 0 | 127 | 103 | 35 | 532 | 115 | 50 |
| Binary | 10110110 | 11000 | 111100 | 0 | 1010111 | 1000011 | 11101 | 101011010 | 1001101 | 101000 |
Color Harmonies of #B6183C
Complementary color
Monochromatic Colors of #B6183C
Black with #B6183C
Text Example
Text Example
White with #B6183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6183C; }
p { color: rgb(182,24,60); }
H1.HeaderClassName
{
color: #B6183C;
}
.AnyTagClassName
{
color: #B6183C;
}
</style>
background-color css
<style>
a { background-color: #B6183C; }
a { background-color: rgb(182,24,60); }
div.DivClassName
{
background-color: #B6183C;
}
.BgClassName
{
background-color: #B6183C;
}
</style>
border-color css
<style>
span { border-color: #B6183C; }
span { border-color: rgb(182,24,60); }
td.TdClassName
{
border-color: #B6183C;
}
.TagClassName
{
border-color: #B6183C;
}
</style>