Html Css Color HEX #AE4D09 Rust

📋 copy color: '#AE4D09'

red 174 ◦ green 77 ◦ blue 9

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

Shades of Rust #AE4D09

Tints of Rust #AE4D09

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 66.92%
G = 29.62%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE4D09 (or 0xAE4D09) is known color: Rust. HEX triplet: AE, 4D and 09. RGB value is (174,77,9). Sum of RGB (Red+Green+Blue) = 174+77+9=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D09 is #51B2F6. Grayscale: #626262. Windows color (decimal): -5354231 or 609710. OLE color: 609710.

HSL color Cylindrical-coordinate representation of color #AE4D09: hue angle of 24.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE4D09 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 77 9 -
CMYK 0 0.56 0.95 0.32
HSL 24.73º 0.9% 0.36% -
HSV(B) 24.73º 0.95% 0.68% -
XYZ 20.16 14.33 1.96 -
YUV 98.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 174 77 9 0 0.56 0.95 0.32 24.73 0.9 0.36
Hex AE 4D 9 0 38 5F 20 19 5A 24
Octal 256 115 11 0 70 137 40 31 132 44
Binary 10101110 1001101 1001 0 111000 1011111 100000 11001 1011010 100100

Color Harmonies of #AE4D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D09

Black with #AE4D09

Text Example


Text Example

White with #AE4D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D09; }

 p { color: rgb(174,77,9); }

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

background-color css

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

 a { background-color: rgb(174,77,9); }

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

border-color css

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

 span { border-color: rgb(174,77,9); }

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