Html Css Color HEX #AE5003 Rust

📋 copy color: '#AE5003'

red 174 ◦ green 80 ◦ blue 3

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

Shades of Rust #AE5003

Tints of Rust #AE5003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 67.7%
G = 31.13%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE5003 (or 0xAE5003) is known color: Rust. HEX triplet: AE, 50 and 03. RGB value is (174,80,3). Sum of RGB (Red+Green+Blue) = 174+80+3=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5003 is #51AFFC. Grayscale: #636363. Windows color (decimal): -5353469 or 217262. OLE color: 217262.

HSL color Cylindrical-coordinate representation of color #AE5003: hue angle of 27.02º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE5003 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 3 -
CMYK 0 0.54 0.98 0.32
HSL 27.02º 0.97% 0.35% -
HSV(B) 27.02º 0.98% 0.68% -
XYZ 20.34 14.74 1.86 -
YUV 99.33 73.64 181.26 -
System Red Green Blue C M Y K H S L
Decimal 174 80 3 0 0.54 0.98 0.32 27.02 0.97 0.35
Hex AE 50 3 0 36 62 20 1B 61 23
Octal 256 120 3 0 66 142 40 33 141 43
Binary 10101110 1010000 11 0 110110 1100010 100000 11011 1100001 100011

Color Harmonies of #AE5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5003

Black with #AE5003

Text Example


Text Example

White with #AE5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5003; }

 p { color: rgb(174,80,3); }

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

background-color css

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

 a { background-color: rgb(174,80,3); }

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

border-color css

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

 span { border-color: rgb(174,80,3); }

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