Shades of Cardinal #B6093C
Tints of Cardinal #B6093C
RGB
CMYK
RGB Variations
Color information
#B6093C (or 0xB6093C) is known color: Cardinal. HEX triplet: B6, 09 and 3C. RGB value is (182,9,60). Sum of RGB (Red+Green+Blue) = 182+9+60=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B6093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6093C is #49F6C3. Grayscale: #424242. Windows color (decimal): -4847300 or 3934646. OLE color: 3934646.
HSL color Cylindrical-coordinate representation of color #B6093C: hue angle of 342.31º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6093C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 9 | 60 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.29 |
| HSL | 342.31º | 0.91% | 0.37% | - |
| HSV(B) | 342.31º | 0.95% | 0.71% | - |
| XYZ | 20.2 | 10.47 | 5.23 | - |
| YUV | 66.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 60 | 0 | 0.95 | 0.67 | 0.29 | 342.31 | 0.91 | 0.37 |
| Hex | B6 | 9 | 3C | 0 | 5F | 43 | 1D | 156 | 5B | 25 |
| Octal | 266 | 11 | 74 | 0 | 137 | 103 | 35 | 526 | 133 | 45 |
| Binary | 10110110 | 1001 | 111100 | 0 | 1011111 | 1000011 | 11101 | 101010110 | 1011011 | 100101 |
Color Harmonies of #B6093C
Complementary color
Monochromatic Colors of #B6093C
Black with #B6093C
Text Example
Text Example
White with #B6093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6093C; }
p { color: rgb(182,9,60); }
H1.HeaderClassName
{
color: #B6093C;
}
.AnyTagClassName
{
color: #B6093C;
}
</style>
background-color css
<style>
a { background-color: #B6093C; }
a { background-color: rgb(182,9,60); }
div.DivClassName
{
background-color: #B6093C;
}
.BgClassName
{
background-color: #B6093C;
}
</style>
border-color css
<style>
span { border-color: #B6093C; }
span { border-color: rgb(182,9,60); }
td.TdClassName
{
border-color: #B6093C;
}
.TagClassName
{
border-color: #B6093C;
}
</style>