Html Css Color HEX #AE3600 Rust

📋 copy color: '#AE3600'

red 174 ◦ green 54 ◦ blue 0

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

Shades of Rust #AE3600

Tints of Rust #AE3600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 76.32%
G = 23.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE3600 (or 0xAE3600) is known color: Rust. HEX triplet: AE, 36 and 00. RGB value is (174,54,0). Sum of RGB (Red+Green+Blue) = 174+54+0=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3600 is #51C9FF. Grayscale: #545454. Windows color (decimal): -5360128 or 13998. OLE color: 13998.

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

Color convert

RGB 174 54 0 -
CMYK 0 0.69 1 0.32
HSL 18.62º 1% 0.34% -
HSV(B) 18.62º 1% 0.68% -
XYZ 18.77 11.64 1.26 -
YUV 83.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 174 54 0 0 0.69 1 0.32 18.62 1 0.34
Hex AE 36 0 0 45 64 20 13 64 22
Octal 256 66 0 0 105 144 40 23 144 42
Binary 10101110 110110 0 0 1000101 1100100 100000 10011 1100100 100010

Color Harmonies of #AE3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3600

Black with #AE3600

Text Example


Text Example

White with #AE3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3600; }

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

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

background-color css

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

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

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

border-color css

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

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

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