Html Css Color HEX #AE2A06 Rust

📋 copy color: '#AE2A06'

red 174 ◦ green 42 ◦ blue 6

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

Shades of Rust #AE2A06

Tints of Rust #AE2A06

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.92%

 BLUE value IS 6 (2.73% from 255) = 2.7%

R = 78.38%
G = 18.92%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE2A06 (or 0xAE2A06) is known color: Rust. HEX triplet: AE, 2A and 06. RGB value is (174,42,6). Sum of RGB (Red+Green+Blue) = 174+42+6=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A06 is #51D5F9. Grayscale: #4D4D4D. Windows color (decimal): -5363194 or 404142. OLE color: 404142.

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

Color convert

RGB 174 42 6 -
CMYK 0 0.76 0.97 0.32
HSL 12.86º 0.93% 0.35% -
HSV(B) 12.86º 0.97% 0.68% -
XYZ 18.32 10.67 1.27 -
YUV 77.36 87.73 196.93 -
System Red Green Blue C M Y K H S L
Decimal 174 42 6 0 0.76 0.97 0.32 12.86 0.93 0.35
Hex AE 2A 6 0 4C 61 20 D 5D 23
Octal 256 52 6 0 114 141 40 15 135 43
Binary 10101110 101010 110 0 1001100 1100001 100000 1101 1011101 100011

Color Harmonies of #AE2A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2A06

Black with #AE2A06

Text Example


Text Example

White with #AE2A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2A06; }

 p { color: rgb(174,42,6); }

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

background-color css

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

 a { background-color: rgb(174,42,6); }

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

border-color css

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

 span { border-color: rgb(174,42,6); }

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