Html Css Color HEX #852D32 Flame Red

📋 copy color: '#852D32'

red 133 ◦ green 45 ◦ blue 50

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

Shades of Flame Red #852D32

Tints of Flame Red #852D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 58.33%
G = 19.74%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852D32 (or 0x852D32) is known color: Flame Red. HEX triplet: 85, 2D and 32. RGB value is (133,45,50). Sum of RGB (Red+Green+Blue) = 133+45+50=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #852D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D32 is #7AD2CD. Grayscale: #474747. Windows color (decimal): -8049358 or 3288453. OLE color: 3288453.

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

Color convert

RGB 133 45 50 -
CMYK 0 0.66 0.62 0.48
HSL 356.59º 0.49% 0.35% -
HSV(B) 356.59º 0.66% 0.52% -
XYZ 11.19 7.09 3.8 -
YUV 71.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 133 45 50 0 0.66 0.62 0.48 356.59 0.49 0.35
Hex 85 2D 32 0 42 3E 30 165 31 23
Octal 205 55 62 0 102 76 60 545 61 43
Binary 10000101 101101 110010 0 1000010 111110 110000 101100101 110001 100011

Color Harmonies of #852D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D32

Black with #852D32

Text Example


Text Example

White with #852D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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