#852B2C

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

Shades of Flame Red #852B2C

Tints of Flame Red #852B2C

Color information

#852B2C (or 0x852B2C) is unknown color: approx 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

RGB1334344-
CMYK00.680.670.48
HSL359.33º51.14%34.51%-
HSV(B)359.33º67.67%52.16%-
XYZ10.996.93.13-
YUV70.02113.32172.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 44 (17.58% from 255) = 20%
R=60.45%
G=19.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133434400.680.670.48359.3351.1434.51
Hex852B2C04443301673323
Octal20553540104103605476343
Binary10000101101011101100010001001000011110000101100111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>