Html Css Color HEX #AE2D09 Rust

📋 copy color: '#AE2D09'

red 174 ◦ green 45 ◦ blue 9

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

Shades of Rust #AE2D09

Tints of Rust #AE2D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.74%

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

R = 76.32%
G = 19.74%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE2D09 (or 0xAE2D09) is known color: Rust. HEX triplet: AE, 2D and 09. RGB value is (174,45,9). Sum of RGB (Red+Green+Blue) = 174+45+9=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D09 is #51D2F6. Grayscale: #4F4F4F. Windows color (decimal): -5362423 or 601518. OLE color: 601518.

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

Color convert

RGB 174 45 9 -
CMYK 0 0.74 0.95 0.32
HSL 13.09º 0.9% 0.36% -
HSV(B) 13.09º 0.95% 0.68% -
XYZ 18.44 10.9 1.39 -
YUV 79.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 174 45 9 0 0.74 0.95 0.32 13.09 0.9 0.36
Hex AE 2D 9 0 4A 5F 20 D 5A 24
Octal 256 55 11 0 112 137 40 15 132 44
Binary 10101110 101101 1001 0 1001010 1011111 100000 1101 1011010 100100

Color Harmonies of #AE2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2D09

Black with #AE2D09

Text Example


Text Example

White with #AE2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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