Html Css Color HEX #AE550E Rust

📋 copy color: '#AE550E'

red 174 ◦ green 85 ◦ blue 14

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

Shades of Rust #AE550E

Tints of Rust #AE550E

RGB

 RED value IS 174 (68.36% from 255) = 63.74%

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 63.74%
G = 31.14%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE550E (or 0xAE550E) is known color: Rust. HEX triplet: AE, 55 and 0E. RGB value is (174,85,14). Sum of RGB (Red+Green+Blue) = 174+85+14=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE550E is #51AAF1. Grayscale: #676767. Windows color (decimal): -5352178 or 939438. OLE color: 939438.

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

Color convert

RGB 174 85 14 -
CMYK 0 0.51 0.92 0.32
HSL 26.63º 0.85% 0.37% -
HSV(B) 26.63º 0.92% 0.68% -
XYZ 20.78 15.53 2.32 -
YUV 103.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 174 85 14 0 0.51 0.92 0.32 26.63 0.85 0.37
Hex AE 55 E 0 33 5C 20 1B 55 25
Octal 256 125 16 0 63 134 40 33 125 45
Binary 10101110 1010101 1110 0 110011 1011100 100000 11011 1010101 100101

Color Harmonies of #AE550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE550E

Black with #AE550E

Text Example


Text Example

White with #AE550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE550E; }

 p { color: rgb(174,85,14); }

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

background-color css

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

 a { background-color: rgb(174,85,14); }

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

border-color css

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

 span { border-color: rgb(174,85,14); }

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