Html Css Color HEX #AE530C Rust

📋 copy color: '#AE530C'

red 174 ◦ green 83 ◦ blue 12

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

Shades of Rust #AE530C

Tints of Rust #AE530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 64.68%
G = 30.86%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE530C (or 0xAE530C) is known color: Rust. HEX triplet: AE, 53 and 0C. RGB value is (174,83,12). Sum of RGB (Red+Green+Blue) = 174+83+12=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE530C is #51ACF3. Grayscale: #666666. Windows color (decimal): -5352692 or 807854. OLE color: 807854.

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

Color convert

RGB 174 83 12 -
CMYK 0 0.52 0.93 0.32
HSL 26.3º 0.87% 0.36% -
HSV(B) 26.3º 0.93% 0.68% -
XYZ 20.62 15.21 2.2 -
YUV 102.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 174 83 12 0 0.52 0.93 0.32 26.3 0.87 0.36
Hex AE 53 C 0 34 5D 20 1A 57 24
Octal 256 123 14 0 64 135 40 32 127 44
Binary 10101110 1010011 1100 0 110100 1011101 100000 11010 1010111 100100

Color Harmonies of #AE530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE530C

Black with #AE530C

Text Example


Text Example

White with #AE530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE530C; }

 p { color: rgb(174,83,12); }

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

background-color css

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

 a { background-color: rgb(174,83,12); }

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

border-color css

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

 span { border-color: rgb(174,83,12); }

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