Shades of Thunderbird #9C3A30
Tints of Thunderbird #9C3A30
RGB
CMYK
RGB Variations
Color information
#9C3A30 (or 0x9C3A30) is known color: Thunderbird. HEX triplet: 9C, 3A and 30. RGB value is (156,58,48). Sum of RGB (Red+Green+Blue) = 156+58+48=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A30 is #63C5CF. Grayscale: #565656. Windows color (decimal): -6538704 or 3160732. OLE color: 3160732.
HSL color Cylindrical-coordinate representation of color #9C3A30: hue angle of 5.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3A30 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 58 | 48 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.39 |
| HSL | 5.56º | 0.53% | 0.4% | - |
| HSV(B) | 5.56º | 0.69% | 0.61% | - |
| XYZ | 15.76 | 10.31 | 3.96 | - |
| YUV | 86.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 58 | 48 | 0 | 0.63 | 0.69 | 0.39 | 5.56 | 0.53 | 0.4 |
| Hex | 9C | 3A | 30 | 0 | 3F | 45 | 27 | 6 | 35 | 28 |
| Octal | 234 | 72 | 60 | 0 | 77 | 105 | 47 | 6 | 65 | 50 |
| Binary | 10011100 | 111010 | 110000 | 0 | 111111 | 1000101 | 100111 | 110 | 110101 | 101000 |
Color Harmonies of #9C3A30
Complementary color
Monochromatic Colors of #9C3A30
Black with #9C3A30
Text Example
Text Example
White with #9C3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3A30; }
p { color: rgb(156,58,48); }
H1.HeaderClassName
{
color: #9C3A30;
}
.AnyTagClassName
{
color: #9C3A30;
}
</style>
background-color css
<style>
a { background-color: #9C3A30; }
a { background-color: rgb(156,58,48); }
div.DivClassName
{
background-color: #9C3A30;
}
.BgClassName
{
background-color: #9C3A30;
}
</style>
border-color css
<style>
span { border-color: #9C3A30; }
span { border-color: rgb(156,58,48); }
td.TdClassName
{
border-color: #9C3A30;
}
.TagClassName
{
border-color: #9C3A30;
}
</style>