Shades of Fire #953A1A
Tints of Fire #953A1A
RGB
CMYK
RGB Variations
Color information
#953A1A (or 0x953A1A) is known color: Fire. HEX triplet: 95, 3A and 1A. RGB value is (149,58,26). Sum of RGB (Red+Green+Blue) = 149+58+26=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #953A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A1A is #6AC5E5. Grayscale: #515151. Windows color (decimal): -6997478 or 1718933. OLE color: 1718933.
HSL color Cylindrical-coordinate representation of color #953A1A: hue angle of 15.61º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #953A1A is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 26 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.42 |
| HSL | 15.61º | 0.7% | 0.34% | - |
| HSV(B) | 15.61º | 0.83% | 0.58% | - |
| XYZ | 14.09 | 9.49 | 2.07 | - |
| YUV | 81.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 26 | 0 | 0.61 | 0.83 | 0.42 | 15.61 | 0.7 | 0.34 |
| Hex | 95 | 3A | 1A | 0 | 3D | 53 | 2A | 10 | 46 | 22 |
| Octal | 225 | 72 | 32 | 0 | 75 | 123 | 52 | 20 | 106 | 42 |
| Binary | 10010101 | 111010 | 11010 | 0 | 111101 | 1010011 | 101010 | 10000 | 1000110 | 100010 |
Color Harmonies of #953A1A
Complementary color
Monochromatic Colors of #953A1A
Black with #953A1A
Text Example
Text Example
White with #953A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A1A; }
p { color: rgb(149,58,26); }
H1.HeaderClassName
{
color: #953A1A;
}
.AnyTagClassName
{
color: #953A1A;
}
</style>
background-color css
<style>
a { background-color: #953A1A; }
a { background-color: rgb(149,58,26); }
div.DivClassName
{
background-color: #953A1A;
}
.BgClassName
{
background-color: #953A1A;
}
</style>
border-color css
<style>
span { border-color: #953A1A; }
span { border-color: rgb(149,58,26); }
td.TdClassName
{
border-color: #953A1A;
}
.TagClassName
{
border-color: #953A1A;
}
</style>