Html Css Color HEX #852B2E Flame Red

📋 copy color: '#852B2E'

red 133 ◦ green 43 ◦ blue 46

#852B2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #852B2E

Tints of Flame Red #852B2E

RGB

 RED value IS 133 (52.34% from 255) = 59.91%

 GREEN value IS 43 (17.19% from 255) = 19.37%

 BLUE value IS 46 (18.36% from 255) = 20.72%

R = 59.91%
G = 19.37%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#852B2E (or 0x852B2E) is known color: Flame Red. HEX triplet: 85, 2B and 2E. RGB value is (133,43,46). Sum of RGB (Red+Green+Blue) = 133+43+46=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #852B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B2E is #7AD4D1. Grayscale: #464646. Windows color (decimal): -8049874 or 3025797. OLE color: 3025797.

HSL color Cylindrical-coordinate representation of color #852B2E: hue angle of 358º 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 #852B2E is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 46 -
CMYK 0 0.68 0.65 0.48
HSL 358º 0.51% 0.35% -
HSV(B) 358º 0.68% 0.52% -
XYZ 11.03 6.91 3.34 -
YUV 70.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 133 43 46 0 0.68 0.65 0.48 358 0.51 0.35
Hex 85 2B 2E 0 44 41 30 166 33 23
Octal 205 53 56 0 104 101 60 546 63 43
Binary 10000101 101011 101110 0 1000100 1000001 110000 101100110 110011 100011

Color Harmonies of #852B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B2E

Black with #852B2E

Text Example


Text Example

White with #852B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,43,46); }

 H1.HeaderClassName
 {
   color: #852B2E;
 }
 .AnyTagClassName
 {
   color: #852B2E;
 }
</style>

background-color css

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

 a { background-color: rgb(133,43,46); }

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

border-color css

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

 span { border-color: rgb(133,43,46); }

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