Html Css Color HEX #852022 Flame Red

📋 copy color: '#852022'

red 133 ◦ green 32 ◦ blue 34

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

Shades of Flame Red #852022

Tints of Flame Red #852022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

 BLUE value IS 34 (13.67% from 255) = 17.09%

R = 66.83%
G = 16.08%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852022 (or 0x852022) is known color: Flame Red. HEX triplet: 85, 20 and 22. RGB value is (133,32,34). Sum of RGB (Red+Green+Blue) = 133+32+34=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #852022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852022 is #7ADFDD. Grayscale: #3E3E3E. Windows color (decimal): -8052702 or 2236549. OLE color: 2236549.

HSL color Cylindrical-coordinate representation of color #852022: hue angle of 358.81º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852022 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 34 -
CMYK 0 0.76 0.74 0.48
HSL 358.81º 0.61% 0.32% -
HSV(B) 358.81º 0.76% 0.52% -
XYZ 10.48 6.14 2.15 -
YUV 62.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 133 32 34 0 0.76 0.74 0.48 358.81 0.61 0.32
Hex 85 20 22 0 4C 4A 30 167 3D 20
Octal 205 40 42 0 114 112 60 547 75 40
Binary 10000101 100000 100010 0 1001100 1001010 110000 101100111 111101 100000

Color Harmonies of #852022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852022

Black with #852022

Text Example


Text Example

White with #852022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852022; }

 p { color: rgb(133,32,34); }

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

background-color css

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

 a { background-color: rgb(133,32,34); }

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

border-color css

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

 span { border-color: rgb(133,32,34); }

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