Shades of Sangria #94000C
Tints of Sangria #94000C
RGB
CMYK
RGB Variations
Color information
#94000C (or 0x94000C) is known color: Sangria. HEX triplet: 94, 00 and 0C. RGB value is (148,0,12). Sum of RGB (Red+Green+Blue) = 148+0+12=160 (21% of max value = 765). Red value is 148 (58.20% from 255 or 92.5% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 148 - color contains mainly: red. Hex color #94000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94000C is #6BFFF3. Grayscale: #2D2D2D. Windows color (decimal): -7077876 or 786580. OLE color: 786580.
HSL color Cylindrical-coordinate representation of color #94000C: hue angle of 355.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94000C is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.92 | 0.42 |
| HSL | 355.14º | 1% | 0.29% | - |
| HSV(B) | 355.14º | 1% | 0.58% | - |
| XYZ | 12.28 | 6.32 | 0.92 | - |
| YUV | 45.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 12 | 0 | 1 | 0.92 | 0.42 | 355.14 | 1 | 0.29 |
| Hex | 94 | 0 | C | 0 | 64 | 5C | 2A | 163 | 64 | 1D |
| Octal | 224 | 0 | 14 | 0 | 144 | 134 | 52 | 543 | 144 | 35 |
| Binary | 10010100 | 0 | 1100 | 0 | 1100100 | 1011100 | 101010 | 101100011 | 1100100 | 11101 |
Color Harmonies of #94000C
Complementary color
Monochromatic Colors of #94000C
Black with #94000C
Text Example
Text Example
White with #94000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94000C; }
p { color: rgb(148,0,12); }
H1.HeaderClassName
{
color: #94000C;
}
.AnyTagClassName
{
color: #94000C;
}
</style>
background-color css
<style>
a { background-color: #94000C; }
a { background-color: rgb(148,0,12); }
div.DivClassName
{
background-color: #94000C;
}
.BgClassName
{
background-color: #94000C;
}
</style>
border-color css
<style>
span { border-color: #94000C; }
span { border-color: rgb(148,0,12); }
td.TdClassName
{
border-color: #94000C;
}
.TagClassName
{
border-color: #94000C;
}
</style>