#852C2F

Color #852C2F Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #852C2F

Tints of Flame Red #852C2F

Color information

#852C2F (or 0x852C2F) is unknown color: approx Flame Red. HEX triplet: 85, 2C and 2F. RGB value is (133,44,47). Sum of RGB (Red+Green+Blue) = 133+44+47=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #852C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C2F is #7AD3D0. Grayscale: #474747. Windows color (decimal): -8049617 or 3091589. OLE color: 3091589.

HSL color Cylindrical-coordinate representation of color #852C2F: hue angle of 357.98º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C2F is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1334447-
CMYK00.670.650.48
HSL357.98º50.28%34.71%-
HSV(B)357.98º66.92%52.16%-
XYZ11.096.993.45-
YUV70.95114.49172.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 59.38%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=59.38%
G=19.64%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133444700.670.650.48357.9850.2834.71
Hex852C2F04341301663223
Octal20554570103101605466243
Binary10000101101100101111010000111000001110000101100110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852C2F; }

 p { color: rgb(133,44,47); }

 H1.HeaderClassName
 {
   color: #852C2F;
 }
 .AnyTagClassName
 {
   color: #852C2F;
 }
</style>
background-color css

<style>
 a { background-color: #852C2F; }

 a { background-color: rgb(133,44,47); }

 div.DivClassName
 {
   background-color: #852C2F;
 }
 .BgClassName
 {
   background-color: #852C2F;
 }
</style>
border-color css

<style>
 span { border-color: #852C2F; }

 span { border-color: rgb(133,44,47); }

 td.TdClassName
 {
   border-color: #852C2F;
 }
 .TagClassName
 {
   border-color: #852C2F;
 }
</style>