Html Css Color HEX #AE3500 Rust

📋 copy color: '#AE3500'

red 174 ◦ green 53 ◦ blue 0

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

Shades of Rust #AE3500

Tints of Rust #AE3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.35%

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

R = 76.65%
G = 23.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE3500 (or 0xAE3500) is known color: Rust. HEX triplet: AE, 35 and 00. RGB value is (174,53,0). Sum of RGB (Red+Green+Blue) = 174+53+0=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3500 is #51CAFF. Grayscale: #535353. Windows color (decimal): -5360384 or 13742. OLE color: 13742.

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

Color convert

RGB 174 53 0 -
CMYK 0 0.70 1 0.32
HSL 18.28º 1% 0.34% -
HSV(B) 18.28º 1% 0.68% -
XYZ 18.73 11.54 1.24 -
YUV 83.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 174 53 0 0 0.70 1 0.32 18.28 1 0.34
Hex AE 35 0 0 46 64 20 12 64 22
Octal 256 65 0 0 106 144 40 22 144 42
Binary 10101110 110101 0 0 1000110 1100100 100000 10010 1100100 100010

Color Harmonies of #AE3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3500

Black with #AE3500

Text Example


Text Example

White with #AE3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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