Shades of Cardinal #B7093C
Tints of Cardinal #B7093C
RGB
CMYK
RGB Variations
Color information
#B7093C (or 0xB7093C) is known color: Cardinal. HEX triplet: B7, 09 and 3C. RGB value is (183,9,60). Sum of RGB (Red+Green+Blue) = 183+9+60=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7093C is #48F6C3. Grayscale: #424242. Windows color (decimal): -4781764 or 3934647. OLE color: 3934647.
HSL color Cylindrical-coordinate representation of color #B7093C: hue angle of 342.41º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7093C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 60 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.28 |
| HSL | 342.41º | 0.91% | 0.38% | - |
| HSV(B) | 342.41º | 0.95% | 0.72% | - |
| XYZ | 20.44 | 10.59 | 5.24 | - |
| YUV | 66.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 60 | 0 | 0.95 | 0.67 | 0.28 | 342.41 | 0.91 | 0.38 |
| Hex | B7 | 9 | 3C | 0 | 5F | 43 | 1C | 156 | 5B | 26 |
| Octal | 267 | 11 | 74 | 0 | 137 | 103 | 34 | 526 | 133 | 46 |
| Binary | 10110111 | 1001 | 111100 | 0 | 1011111 | 1000011 | 11100 | 101010110 | 1011011 | 100110 |
Color Harmonies of #B7093C
Complementary color
Monochromatic Colors of #B7093C
Black with #B7093C
Text Example
Text Example
White with #B7093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7093C; }
p { color: rgb(183,9,60); }
H1.HeaderClassName
{
color: #B7093C;
}
.AnyTagClassName
{
color: #B7093C;
}
</style>
background-color css
<style>
a { background-color: #B7093C; }
a { background-color: rgb(183,9,60); }
div.DivClassName
{
background-color: #B7093C;
}
.BgClassName
{
background-color: #B7093C;
}
</style>
border-color css
<style>
span { border-color: #B7093C; }
span { border-color: rgb(183,9,60); }
td.TdClassName
{
border-color: #B7093C;
}
.TagClassName
{
border-color: #B7093C;
}
</style>