Html Css Color HEX #AE2B09 Rust

📋 copy color: '#AE2B09'

red 174 ◦ green 43 ◦ blue 9

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

Shades of Rust #AE2B09

Tints of Rust #AE2B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

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

R = 76.99%
G = 19.03%
B = 3.98%

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

#AE2B09 (or 0xAE2B09) is known color: Rust. HEX triplet: AE, 2B and 09. RGB value is (174,43,9). Sum of RGB (Red+Green+Blue) = 174+43+9=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2B09 is #51D4F6. Grayscale: #4E4E4E. Windows color (decimal): -5362935 or 601006. OLE color: 601006.

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

Color convert

RGB 174 43 9 -
CMYK 0 0.75 0.95 0.32
HSL 12.36º 0.9% 0.36% -
HSV(B) 12.36º 0.95% 0.68% -
XYZ 18.37 10.75 1.36 -
YUV 78.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 174 43 9 0 0.75 0.95 0.32 12.36 0.9 0.36
Hex AE 2B 9 0 4B 5F 20 C 5A 24
Octal 256 53 11 0 113 137 40 14 132 44
Binary 10101110 101011 1001 0 1001011 1011111 100000 1100 1011010 100100

Color Harmonies of #AE2B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2B09

Black with #AE2B09

Text Example


Text Example

White with #AE2B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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