Shades of Thunderbird #94302C
Tints of Thunderbird #94302C
RGB
CMYK
RGB Variations
Color information
#94302C (or 0x94302C) is known color: Thunderbird. HEX triplet: 94, 30 and 2C. RGB value is (148,48,44). Sum of RGB (Red+Green+Blue) = 148+48+44=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #94302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94302C is #6BCFD3. Grayscale: #4D4D4D. Windows color (decimal): -7065556 or 2896020. OLE color: 2896020.
HSL color Cylindrical-coordinate representation of color #94302C: hue angle of 2.31º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94302C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 48 | 44 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.42 |
| HSL | 2.31º | 0.54% | 0.38% | - |
| HSV(B) | 2.31º | 0.7% | 0.58% | - |
| XYZ | 13.72 | 8.59 | 3.32 | - |
| YUV | 77.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 44 | 0 | 0.68 | 0.70 | 0.42 | 2.31 | 0.54 | 0.38 |
| Hex | 94 | 30 | 2C | 0 | 44 | 46 | 2A | 2 | 36 | 26 |
| Octal | 224 | 60 | 54 | 0 | 104 | 106 | 52 | 2 | 66 | 46 |
| Binary | 10010100 | 110000 | 101100 | 0 | 1000100 | 1000110 | 101010 | 10 | 110110 | 100110 |
Color Harmonies of #94302C
Complementary color
Monochromatic Colors of #94302C
Black with #94302C
Text Example
Text Example
White with #94302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94302C; }
p { color: rgb(148,48,44); }
H1.HeaderClassName
{
color: #94302C;
}
.AnyTagClassName
{
color: #94302C;
}
</style>
background-color css
<style>
a { background-color: #94302C; }
a { background-color: rgb(148,48,44); }
div.DivClassName
{
background-color: #94302C;
}
.BgClassName
{
background-color: #94302C;
}
</style>
border-color css
<style>
span { border-color: #94302C; }
span { border-color: rgb(148,48,44); }
td.TdClassName
{
border-color: #94302C;
}
.TagClassName
{
border-color: #94302C;
}
</style>