Html Css Color HEX #AE530D Rust

📋 copy color: '#AE530D'

red 174 ◦ green 83 ◦ blue 13

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

Shades of Rust #AE530D

Tints of Rust #AE530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 64.44%
G = 30.74%
B = 4.81%

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

#AE530D (or 0xAE530D) is known color: Rust. HEX triplet: AE, 53 and 0D. RGB value is (174,83,13). Sum of RGB (Red+Green+Blue) = 174+83+13=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE530D is #51ACF2. Grayscale: #666666. Windows color (decimal): -5352691 or 873390. OLE color: 873390.

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

Color convert

RGB 174 83 13 -
CMYK 0 0.52 0.93 0.32
HSL 26.09º 0.86% 0.37% -
HSV(B) 26.09º 0.93% 0.68% -
XYZ 20.62 15.21 2.23 -
YUV 102.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 174 83 13 0 0.52 0.93 0.32 26.09 0.86 0.37
Hex AE 53 D 0 34 5D 20 1A 56 25
Octal 256 123 15 0 64 135 40 32 126 45
Binary 10101110 1010011 1101 0 110100 1011101 100000 11010 1010110 100101

Color Harmonies of #AE530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE530D

Black with #AE530D

Text Example


Text Example

White with #AE530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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