Html Css Color HEX #AE3010 Rust

📋 copy color: '#AE3010'

red 174 ◦ green 48 ◦ blue 16

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

Shades of Rust #AE3010

Tints of Rust #AE3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 73.11%
G = 20.17%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE3010 (or 0xAE3010) is known color: Rust. HEX triplet: AE, 30 and 10. RGB value is (174,48,16). Sum of RGB (Red+Green+Blue) = 174+48+16=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3010 is #51CFEF. Grayscale: #525252. Windows color (decimal): -5361648 or 1061038. OLE color: 1061038.

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

Color convert

RGB 174 48 16 -
CMYK 0 0.72 0.91 0.32
HSL 12.15º 0.83% 0.37% -
HSV(B) 12.15º 0.91% 0.68% -
XYZ 18.61 11.15 1.66 -
YUV 82.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 174 48 16 0 0.72 0.91 0.32 12.15 0.83 0.37
Hex AE 30 10 0 48 5B 20 C 53 25
Octal 256 60 20 0 110 133 40 14 123 45
Binary 10101110 110000 10000 0 1001000 1011011 100000 1100 1010011 100101

Color Harmonies of #AE3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3010

Black with #AE3010

Text Example


Text Example

White with #AE3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3010; }

 p { color: rgb(174,48,16); }

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

background-color css

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

 a { background-color: rgb(174,48,16); }

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

border-color css

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

 span { border-color: rgb(174,48,16); }

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