Shades of Dark Red #921A00
Tints of Dark Red #921A00
RGB
CMYK
RGB Variations
Color information
#921A00 (or 0x921A00) is known color: Dark Red. HEX triplet: 92, 1A and 00. RGB value is (146,26,0). Sum of RGB (Red+Green+Blue) = 146+26+0=172 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.88% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 146 - color contains mainly: red. Hex color #921A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A00 is #6DE5FF. Grayscale: #3B3B3B. Windows color (decimal): -7202304 or 6802. OLE color: 6802.
HSL color Cylindrical-coordinate representation of color #921A00: hue angle of 10.68º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #921A00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 26 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.43 |
| HSL | 10.68º | 1% | 0.29% | - |
| HSV(B) | 10.68º | 1% | 0.57% | - |
| XYZ | 12.22 | 6.85 | 0.68 | - |
| YUV | 58.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 0 | 0 | 0.82 | 1 | 0.43 | 10.68 | 1 | 0.29 |
| Hex | 92 | 1A | 0 | 0 | 52 | 64 | 2B | B | 64 | 1D |
| Octal | 222 | 32 | 0 | 0 | 122 | 144 | 53 | 13 | 144 | 35 |
| Binary | 10010010 | 11010 | 0 | 0 | 1010010 | 1100100 | 101011 | 1011 | 1100100 | 11101 |
Color Harmonies of #921A00
Complementary color
Monochromatic Colors of #921A00
Black with #921A00
Text Example
Text Example
White with #921A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A00; }
p { color: rgb(146,26,0); }
H1.HeaderClassName
{
color: #921A00;
}
.AnyTagClassName
{
color: #921A00;
}
</style>
background-color css
<style>
a { background-color: #921A00; }
a { background-color: rgb(146,26,0); }
div.DivClassName
{
background-color: #921A00;
}
.BgClassName
{
background-color: #921A00;
}
</style>
border-color css
<style>
span { border-color: #921A00; }
span { border-color: rgb(146,26,0); }
td.TdClassName
{
border-color: #921A00;
}
.TagClassName
{
border-color: #921A00;
}
</style>