Html Css Color HEX #852028 Flame Red

📋 copy color: '#852028'

red 133 ◦ green 32 ◦ blue 40

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

Shades of Flame Red #852028

Tints of Flame Red #852028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 64.88%
G = 15.61%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#852028 (or 0x852028) is known color: Flame Red. HEX triplet: 85, 20 and 28. RGB value is (133,32,40). Sum of RGB (Red+Green+Blue) = 133+32+40=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #852028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852028 is #7ADFD7. Grayscale: #3F3F3F. Windows color (decimal): -8052696 or 2629765. OLE color: 2629765.

HSL color Cylindrical-coordinate representation of color #852028: hue angle of 355.25º 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 #852028 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 40 -
CMYK 0 0.76 0.70 0.48
HSL 355.25º 0.61% 0.32% -
HSV(B) 355.25º 0.76% 0.52% -
XYZ 10.57 6.17 2.64 -
YUV 63.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 133 32 40 0 0.76 0.70 0.48 355.25 0.61 0.32
Hex 85 20 28 0 4C 46 30 163 3D 20
Octal 205 40 50 0 114 106 60 543 75 40
Binary 10000101 100000 101000 0 1001100 1000110 110000 101100011 111101 100000

Color Harmonies of #852028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852028

Black with #852028

Text Example


Text Example

White with #852028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852028; }

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

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

background-color css

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

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

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

border-color css

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

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

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