Html Css Color HEX #AE550F Rust

📋 copy color: '#AE550F'

red 174 ◦ green 85 ◦ blue 15

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

Shades of Rust #AE550F

Tints of Rust #AE550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 63.5%
G = 31.02%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE550F (or 0xAE550F) is known color: Rust. HEX triplet: AE, 55 and 0F. RGB value is (174,85,15). Sum of RGB (Red+Green+Blue) = 174+85+15=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE550F is #51AAF0. Grayscale: #686868. Windows color (decimal): -5352177 or 1004974. OLE color: 1004974.

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

Color convert

RGB 174 85 15 -
CMYK 0 0.51 0.91 0.32
HSL 26.42º 0.84% 0.37% -
HSV(B) 26.42º 0.91% 0.68% -
XYZ 20.79 15.53 2.35 -
YUV 103.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 174 85 15 0 0.51 0.91 0.32 26.42 0.84 0.37
Hex AE 55 F 0 33 5B 20 1A 54 25
Octal 256 125 17 0 63 133 40 32 124 45
Binary 10101110 1010101 1111 0 110011 1011011 100000 11010 1010100 100101

Color Harmonies of #AE550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE550F

Black with #AE550F

Text Example


Text Example

White with #AE550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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