#852E30

Color #852E30 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #852E30

Tints of Flame Red #852E30

Color information

#852E30 (or 0x852E30) is unknown color: approx Flame Red. HEX triplet: 85, 2E and 30. RGB value is (133,46,48). Sum of RGB (Red+Green+Blue) = 133+46+48=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E30 is #7AD1CF. Grayscale: #484848. Windows color (decimal): -8049104 or 3157637. OLE color: 3157637.

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

Color convert

RGB1334648-
CMYK00.650.640.48
HSL358.62º48.6%35.1%-
HSV(B)358.62º65.41%52.16%-
XYZ11.187.153.59-
YUV72.24114.32171.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=58.59%
G=20.26%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133464800.650.640.48358.6248.635.1
Hex852E3004140301673123
Octal20556600101100605476143
Binary10000101101110110000010000011000000110000101100111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #852E30;
 }
 .AnyTagClassName
 {
   color: #852E30;
 }
</style>
background-color css

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

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

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

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

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

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