Shades of Fire #943B2B
Tints of Fire #943B2B
RGB
CMYK
RGB Variations
Color information
#943B2B (or 0x943B2B) is known color: Fire. HEX triplet: 94, 3B and 2B. RGB value is (148,59,43). Sum of RGB (Red+Green+Blue) = 148+59+43=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #943B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943B2B is #6BC4D4. Grayscale: #535353. Windows color (decimal): -7062741 or 2833300. OLE color: 2833300.
HSL color Cylindrical-coordinate representation of color #943B2B: hue angle of 9.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #943B2B is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 59 | 43 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.42 |
| HSL | 9.14º | 0.55% | 0.37% | - |
| HSV(B) | 9.14º | 0.71% | 0.58% | - |
| XYZ | 14.21 | 9.6 | 3.39 | - |
| YUV | 83.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 43 | 0 | 0.60 | 0.71 | 0.42 | 9.14 | 0.55 | 0.37 |
| Hex | 94 | 3B | 2B | 0 | 3C | 47 | 2A | 9 | 37 | 25 |
| Octal | 224 | 73 | 53 | 0 | 74 | 107 | 52 | 11 | 67 | 45 |
| Binary | 10010100 | 111011 | 101011 | 0 | 111100 | 1000111 | 101010 | 1001 | 110111 | 100101 |
Color Harmonies of #943B2B
Complementary color
Monochromatic Colors of #943B2B
Black with #943B2B
Text Example
Text Example
White with #943B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943B2B; }
p { color: rgb(148,59,43); }
H1.HeaderClassName
{
color: #943B2B;
}
.AnyTagClassName
{
color: #943B2B;
}
</style>
background-color css
<style>
a { background-color: #943B2B; }
a { background-color: rgb(148,59,43); }
div.DivClassName
{
background-color: #943B2B;
}
.BgClassName
{
background-color: #943B2B;
}
</style>
border-color css
<style>
span { border-color: #943B2B; }
span { border-color: rgb(148,59,43); }
td.TdClassName
{
border-color: #943B2B;
}
.TagClassName
{
border-color: #943B2B;
}
</style>