Html Css Color HEX #852D2E Flame Red

📋 copy color: '#852D2E'

red 133 ◦ green 45 ◦ blue 46

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

Shades of Flame Red #852D2E

Tints of Flame Red #852D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.09%

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

R = 59.38%
G = 20.09%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#852D2E (or 0x852D2E) is known color: Flame Red. HEX triplet: 85, 2D and 2E. RGB value is (133,45,46). Sum of RGB (Red+Green+Blue) = 133+45+46=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #852D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D2E is #7AD2D1. Grayscale: #474747. Windows color (decimal): -8049362 or 3026309. OLE color: 3026309.

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

Color convert

RGB 133 45 46 -
CMYK 0 0.66 0.65 0.48
HSL 359.32º 0.49% 0.35% -
HSV(B) 359.32º 0.66% 0.52% -
XYZ 11.1 7.06 3.36 -
YUV 71.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 133 45 46 0 0.66 0.65 0.48 359.32 0.49 0.35
Hex 85 2D 2E 0 42 41 30 167 31 23
Octal 205 55 56 0 102 101 60 547 61 43
Binary 10000101 101101 101110 0 1000010 1000001 110000 101100111 110001 100011

Color Harmonies of #852D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D2E

Black with #852D2E

Text Example


Text Example

White with #852D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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