#AE361A

Color #AE361A Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AE361A

Tints of Rust #AE361A

Color information

#AE361A (or 0xAE361A) is unknown color: approx Rust. HEX triplet: AE, 36 and 1A. RGB value is (174,54,26). Sum of RGB (Red+Green+Blue) = 174+54+26=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE361A is #51C9E5. Grayscale: #565656. Windows color (decimal): -5360102 or 1717934. OLE color: 1717934.

HSL color Cylindrical-coordinate representation of color #AE361A: hue angle of 11.35º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE361A is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB1745426-
CMYK00.690.850.32
HSL11.35º74%39.22%-
HSV(B)11.35º85.06%68.24%-
XYZ18.9611.712.24-
YUV86.6993.76190.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.50%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 26 (10.55% from 255) = 10.24%
R=68.50%
G=21.26%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174542600.690.850.3211.357439.22
HexAE361A0455520b4a27
Octal25666320105125401311247
Binary101011101101101101001000101101010110000010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE361A; }

 p { color: rgb(174,54,26); }

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

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

 a { background-color: rgb(174,54,26); }

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

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

 span { border-color: rgb(174,54,26); }

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