Html Css Color HEX #AE2C09 Rust

📋 copy color: '#AE2C09'

red 174 ◦ green 44 ◦ blue 9

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

Shades of Rust #AE2C09

Tints of Rust #AE2C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 76.65%
G = 19.38%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE2C09 (or 0xAE2C09) is known color: Rust. HEX triplet: AE, 2C and 09. RGB value is (174,44,9). Sum of RGB (Red+Green+Blue) = 174+44+9=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2C09 is #51D3F6. Grayscale: #4F4F4F. Windows color (decimal): -5362679 or 601262. OLE color: 601262.

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

Color convert

RGB 174 44 9 -
CMYK 0 0.75 0.95 0.32
HSL 12.73º 0.9% 0.36% -
HSV(B) 12.73º 0.95% 0.68% -
XYZ 18.41 10.82 1.38 -
YUV 78.88 88.57 195.85 -
System Red Green Blue C M Y K H S L
Decimal 174 44 9 0 0.75 0.95 0.32 12.73 0.9 0.36
Hex AE 2C 9 0 4B 5F 20 D 5A 24
Octal 256 54 11 0 113 137 40 15 132 44
Binary 10101110 101100 1001 0 1001011 1011111 100000 1101 1011010 100100

Color Harmonies of #AE2C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C09

Black with #AE2C09

Text Example


Text Example

White with #AE2C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C09; }

 p { color: rgb(174,44,9); }

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

background-color css

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

 a { background-color: rgb(174,44,9); }

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

border-color css

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

 span { border-color: rgb(174,44,9); }

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