Html Css Color HEX #AE3011 Rust

📋 copy color: '#AE3011'

red 174 ◦ green 48 ◦ blue 17

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

Shades of Rust #AE3011

Tints of Rust #AE3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 72.8%
G = 20.08%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE3011 (or 0xAE3011) is known color: Rust. HEX triplet: AE, 30 and 11. RGB value is (174,48,17). Sum of RGB (Red+Green+Blue) = 174+48+17=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3011 is #51CFEE. Grayscale: #525252. Windows color (decimal): -5361647 or 1126574. OLE color: 1126574.

HSL color Cylindrical-coordinate representation of color #AE3011: hue angle of 11.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE3011 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 48 17 -
CMYK 0 0.72 0.90 0.32
HSL 11.85º 0.82% 0.37% -
HSV(B) 11.85º 0.9% 0.68% -
XYZ 18.61 11.15 1.7 -
YUV 82.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 174 48 17 0 0.72 0.90 0.32 11.85 0.82 0.37
Hex AE 30 11 0 48 5A 20 C 52 25
Octal 256 60 21 0 110 132 40 14 122 45
Binary 10101110 110000 10001 0 1001000 1011010 100000 1100 1010010 100101

Color Harmonies of #AE3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3011

Black with #AE3011

Text Example


Text Example

White with #AE3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3011; }

 p { color: rgb(174,48,17); }

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

background-color css

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

 a { background-color: rgb(174,48,17); }

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

border-color css

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

 span { border-color: rgb(174,48,17); }

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