Html Css Color HEX #AE4010 Rust

📋 copy color: '#AE4010'

red 174 ◦ green 64 ◦ blue 16

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

Shades of Rust #AE4010

Tints of Rust #AE4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 68.5%
G = 25.2%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE4010 (or 0xAE4010) is known color: Rust. HEX triplet: AE, 40 and 10. RGB value is (174,64,16). Sum of RGB (Red+Green+Blue) = 174+64+16=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4010 is #51BFEF. Grayscale: #5B5B5B. Windows color (decimal): -5357552 or 1065134. OLE color: 1065134.

HSL color Cylindrical-coordinate representation of color #AE4010: hue angle of 18.23º degrees, saturation: 0.83, 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 #AE4010 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 16 -
CMYK 0 0.63 0.91 0.32
HSL 18.23º 0.83% 0.37% -
HSV(B) 18.23º 0.91% 0.68% -
XYZ 19.38 12.7 1.92 -
YUV 91.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 174 64 16 0 0.63 0.91 0.32 18.23 0.83 0.37
Hex AE 40 10 0 3F 5B 20 12 53 25
Octal 256 100 20 0 77 133 40 22 123 45
Binary 10101110 1000000 10000 0 111111 1011011 100000 10010 1010011 100101

Color Harmonies of #AE4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4010

Black with #AE4010

Text Example


Text Example

White with #AE4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4010; }

 p { color: rgb(174,64,16); }

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

background-color css

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

 a { background-color: rgb(174,64,16); }

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

border-color css

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

 span { border-color: rgb(174,64,16); }

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