Html Css Color HEX #852930 Flame Red

📋 copy color: '#852930'

red 133 ◦ green 41 ◦ blue 48

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

Shades of Flame Red #852930

Tints of Flame Red #852930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 48 (19.14% from 255) = 21.62%

R = 59.91%
G = 18.47%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#852930 (or 0x852930) is known color: Flame Red. HEX triplet: 85, 29 and 30. RGB value is (133,41,48). Sum of RGB (Red+Green+Blue) = 133+41+48=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #852930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852930 is #7AD6CF. Grayscale: #454545. Windows color (decimal): -8050384 or 3156357. OLE color: 3156357.

HSL color Cylindrical-coordinate representation of color #852930: hue angle of 355.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #852930 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 48 -
CMYK 0 0.69 0.64 0.48
HSL 355.43º 0.53% 0.34% -
HSV(B) 355.43º 0.69% 0.52% -
XYZ 11 6.79 3.53 -
YUV 69.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 133 41 48 0 0.69 0.64 0.48 355.43 0.53 0.34
Hex 85 29 30 0 45 40 30 163 35 22
Octal 205 51 60 0 105 100 60 543 65 42
Binary 10000101 101001 110000 0 1000101 1000000 110000 101100011 110101 100010

Color Harmonies of #852930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852930

Black with #852930

Text Example


Text Example

White with #852930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852930; }

 p { color: rgb(133,41,48); }

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

background-color css

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

 a { background-color: rgb(133,41,48); }

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

border-color css

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

 span { border-color: rgb(133,41,48); }

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