Html Css Color HEX #852A30 Flame Red

📋 copy color: '#852A30'

red 133 ◦ green 42 ◦ blue 48

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

Shades of Flame Red #852A30

Tints of Flame Red #852A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.83%

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

R = 59.64%
G = 18.83%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#852A30 (or 0x852A30) is known color: Flame Red. HEX triplet: 85, 2A and 30. RGB value is (133,42,48). Sum of RGB (Red+Green+Blue) = 133+42+48=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #852A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A30 is #7AD5CF. Grayscale: #454545. Windows color (decimal): -8050128 or 3156613. OLE color: 3156613.

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

Color convert

RGB 133 42 48 -
CMYK 0 0.68 0.64 0.48
HSL 356.04º 0.52% 0.34% -
HSV(B) 356.04º 0.68% 0.52% -
XYZ 11.03 6.86 3.54 -
YUV 69.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 133 42 48 0 0.68 0.64 0.48 356.04 0.52 0.34
Hex 85 2A 30 0 44 40 30 164 34 22
Octal 205 52 60 0 104 100 60 544 64 42
Binary 10000101 101010 110000 0 1000100 1000000 110000 101100100 110100 100010

Color Harmonies of #852A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A30

Black with #852A30

Text Example


Text Example

White with #852A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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