Html Css Color HEX #AE2E10 Rust

📋 copy color: '#AE2E10'

red 174 ◦ green 46 ◦ blue 16

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

Shades of Rust #AE2E10

Tints of Rust #AE2E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.49%

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

R = 73.73%
G = 19.49%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE2E10 (or 0xAE2E10) is known color: Rust. HEX triplet: AE, 2E and 10. RGB value is (174,46,16). Sum of RGB (Red+Green+Blue) = 174+46+16=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2E10 is #51D1EF. Grayscale: #515151. Windows color (decimal): -5362160 or 1060526. OLE color: 1060526.

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

Color convert

RGB 174 46 16 -
CMYK 0 0.74 0.91 0.32
HSL 11.39º 0.83% 0.37% -
HSV(B) 11.39º 0.91% 0.68% -
XYZ 18.53 10.99 1.64 -
YUV 80.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 174 46 16 0 0.74 0.91 0.32 11.39 0.83 0.37
Hex AE 2E 10 0 4A 5B 20 B 53 25
Octal 256 56 20 0 112 133 40 13 123 45
Binary 10101110 101110 10000 0 1001010 1011011 100000 1011 1010011 100101

Color Harmonies of #AE2E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2E10

Black with #AE2E10

Text Example


Text Example

White with #AE2E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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