Html Css Color HEX #AE2909 Rust

📋 copy color: '#AE2909'

red 174 ◦ green 41 ◦ blue 9

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

Shades of Rust #AE2909

Tints of Rust #AE2909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

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

R = 77.68%
G = 18.3%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE2909 (or 0xAE2909) is known color: Rust. HEX triplet: AE, 29 and 09. RGB value is (174,41,9). Sum of RGB (Red+Green+Blue) = 174+41+9=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2909 is #51D6F6. Grayscale: #4D4D4D. Windows color (decimal): -5363447 or 600494. OLE color: 600494.

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

Color convert

RGB 174 41 9 -
CMYK 0 0.76 0.95 0.32
HSL 11.64º 0.9% 0.36% -
HSV(B) 11.64º 0.95% 0.68% -
XYZ 18.3 10.6 1.34 -
YUV 77.12 89.56 197.1 -
System Red Green Blue C M Y K H S L
Decimal 174 41 9 0 0.76 0.95 0.32 11.64 0.9 0.36
Hex AE 29 9 0 4C 5F 20 C 5A 24
Octal 256 51 11 0 114 137 40 14 132 44
Binary 10101110 101001 1001 0 1001100 1011111 100000 1100 1011010 100100

Color Harmonies of #AE2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2909

Black with #AE2909

Text Example


Text Example

White with #AE2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2909; }

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

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

background-color css

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

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

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

border-color css

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

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

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