Html Css Color HEX #AE4000 Rust

📋 copy color: '#AE4000'

red 174 ◦ green 64 ◦ blue 0

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

Shades of Rust #AE4000

Tints of Rust #AE4000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.11%
G = 26.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE4000 (or 0xAE4000) is known color: Rust. HEX triplet: AE, 40 and 00. RGB value is (174,64,0). Sum of RGB (Red+Green+Blue) = 174+64+0=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4000 is #51BFFF. Grayscale: #595959. Windows color (decimal): -5357568 or 16558. OLE color: 16558.

HSL color Cylindrical-coordinate representation of color #AE4000: hue angle of 22.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE4000 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 0 -
CMYK 0 0.63 1 0.32
HSL 22.07º 1% 0.34% -
HSV(B) 22.07º 1% 0.68% -
XYZ 19.29 12.67 1.43 -
YUV 89.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 174 64 0 0 0.63 1 0.32 22.07 1 0.34
Hex AE 40 0 0 3F 64 20 16 64 22
Octal 256 100 0 0 77 144 40 26 144 42
Binary 10101110 1000000 0 0 111111 1100100 100000 10110 1100100 100010

Color Harmonies of #AE4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4000

Black with #AE4000

Text Example


Text Example

White with #AE4000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4000; }

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

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

background-color css

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

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

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

border-color css

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

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

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