Html Css Color HEX #AE4A0B Rust

📋 copy color: '#AE4A0B'

red 174 ◦ green 74 ◦ blue 11

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

Shades of Rust #AE4A0B

Tints of Rust #AE4A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 67.18%
G = 28.57%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE4A0B (or 0xAE4A0B) is known color: Rust. HEX triplet: AE, 4A and 0B. RGB value is (174,74,11). Sum of RGB (Red+Green+Blue) = 174+74+11=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A0B is #51B5F4. Grayscale: #616161. Windows color (decimal): -5354997 or 740014. OLE color: 740014.

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

Color convert

RGB 174 74 11 -
CMYK 0 0.57 0.94 0.32
HSL 23.19º 0.88% 0.36% -
HSV(B) 23.19º 0.94% 0.68% -
XYZ 19.96 13.92 1.95 -
YUV 96.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 174 74 11 0 0.57 0.94 0.32 23.19 0.88 0.36
Hex AE 4A B 0 39 5E 20 17 58 24
Octal 256 112 13 0 71 136 40 27 130 44
Binary 10101110 1001010 1011 0 111001 1011110 100000 10111 1011000 100100

Color Harmonies of #AE4A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A0B

Black with #AE4A0B

Text Example


Text Example

White with #AE4A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A0B; }

 p { color: rgb(174,74,11); }

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

background-color css

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

 a { background-color: rgb(174,74,11); }

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

border-color css

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

 span { border-color: rgb(174,74,11); }

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