Html Css Color HEX #AE4500 Rust

📋 copy color: '#AE4500'

red 174 ◦ green 69 ◦ blue 0

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

Shades of Rust #AE4500

Tints of Rust #AE4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.4%

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

R = 71.6%
G = 28.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE4500 (or 0xAE4500) is known color: Rust. HEX triplet: AE, 45 and 00. RGB value is (174,69,0). Sum of RGB (Red+Green+Blue) = 174+69+0=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4500 is #51BAFF. Grayscale: #5C5C5C. Windows color (decimal): -5356288 or 17838. OLE color: 17838.

HSL color Cylindrical-coordinate representation of color #AE4500: hue angle of 23.79º 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 #AE4500 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 69 0 -
CMYK 0 0.60 1 0.32
HSL 23.79º 1% 0.34% -
HSV(B) 23.79º 1% 0.68% -
XYZ 19.58 13.25 1.53 -
YUV 92.53 75.79 186.11 -
System Red Green Blue C M Y K H S L
Decimal 174 69 0 0 0.60 1 0.32 23.79 1 0.34
Hex AE 45 0 0 3C 64 20 18 64 22
Octal 256 105 0 0 74 144 40 30 144 42
Binary 10101110 1000101 0 0 111100 1100100 100000 11000 1100100 100010

Color Harmonies of #AE4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4500

Black with #AE4500

Text Example


Text Example

White with #AE4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4500; }

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

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

background-color css

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

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

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

border-color css

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

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

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