Shades of Flame Red #852B2C
Tints of Flame Red #852B2C
RGB
CMYK
RGB Variations
Color information
#852B2C (or 0x852B2C) is known color: Flame Red. HEX triplet: 85, 2B and 2C. RGB value is (133,43,44). Sum of RGB (Red+Green+Blue) = 133+43+44=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #852B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B2C is #7AD4D3. Grayscale: #464646. Windows color (decimal): -8049876 or 2894725. OLE color: 2894725.
HSL color Cylindrical-coordinate representation of color #852B2C: hue angle of 359.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B2C is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 43 | 44 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.48 |
| HSL | 359.33º | 0.51% | 0.35% | - |
| HSV(B) | 359.33º | 0.68% | 0.52% | - |
| XYZ | 10.99 | 6.9 | 3.13 | - |
| YUV | 70.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 44 | 0 | 0.68 | 0.67 | 0.48 | 359.33 | 0.51 | 0.35 |
| Hex | 85 | 2B | 2C | 0 | 44 | 43 | 30 | 167 | 33 | 23 |
| Octal | 205 | 53 | 54 | 0 | 104 | 103 | 60 | 547 | 63 | 43 |
| Binary | 10000101 | 101011 | 101100 | 0 | 1000100 | 1000011 | 110000 | 101100111 | 110011 | 100011 |
Color Harmonies of #852B2C
Complementary color
Monochromatic Colors of #852B2C
Black with #852B2C
Text Example
Text Example
White with #852B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B2C; }
p { color: rgb(133,43,44); }
H1.HeaderClassName
{
color: #852B2C;
}
.AnyTagClassName
{
color: #852B2C;
}
</style>
background-color css
<style>
a { background-color: #852B2C; }
a { background-color: rgb(133,43,44); }
div.DivClassName
{
background-color: #852B2C;
}
.BgClassName
{
background-color: #852B2C;
}
</style>
border-color css
<style>
span { border-color: #852B2C; }
span { border-color: rgb(133,43,44); }
td.TdClassName
{
border-color: #852B2C;
}
.TagClassName
{
border-color: #852B2C;
}
</style>