Html Css Color HEX #AE4400 Rust

📋 copy color: '#AE4400'

red 174 ◦ green 68 ◦ blue 0

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

Shades of Rust #AE4400

Tints of Rust #AE4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

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

R = 71.9%
G = 28.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE4400 (or 0xAE4400) is known color: Rust. HEX triplet: AE, 44 and 00. RGB value is (174,68,0). Sum of RGB (Red+Green+Blue) = 174+68+0=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4400 is #51BBFF. Grayscale: #5C5C5C. Windows color (decimal): -5356544 or 17582. OLE color: 17582.

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

Color convert

RGB 174 68 0 -
CMYK 0 0.61 1 0.32
HSL 23.45º 1% 0.34% -
HSV(B) 23.45º 1% 0.68% -
XYZ 19.52 13.13 1.51 -
YUV 91.94 76.12 186.53 -
System Red Green Blue C M Y K H S L
Decimal 174 68 0 0 0.61 1 0.32 23.45 1 0.34
Hex AE 44 0 0 3D 64 20 17 64 22
Octal 256 104 0 0 75 144 40 27 144 42
Binary 10101110 1000100 0 0 111101 1100100 100000 10111 1100100 100010

Color Harmonies of #AE4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4400

Black with #AE4400

Text Example


Text Example

White with #AE4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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