Html Css Color HEX #AE3A0B Rust

📋 copy color: '#AE3A0B'

red 174 ◦ green 58 ◦ blue 11

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

Shades of Rust #AE3A0B

Tints of Rust #AE3A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.87%

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

R = 71.6%
G = 23.87%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE3A0B (or 0xAE3A0B) is known color: Rust. HEX triplet: AE, 3A and 0B. RGB value is (174,58,11). Sum of RGB (Red+Green+Blue) = 174+58+11=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A0B is #51C5F4. Grayscale: #575757. Windows color (decimal): -5359093 or 735918. OLE color: 735918.

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

Color convert

RGB 174 58 11 -
CMYK 0 0.67 0.94 0.32
HSL 17.3º 0.88% 0.36% -
HSV(B) 17.3º 0.94% 0.68% -
XYZ 19.03 12.05 1.64 -
YUV 87.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 174 58 11 0 0.67 0.94 0.32 17.3 0.88 0.36
Hex AE 3A B 0 43 5E 20 11 58 24
Octal 256 72 13 0 103 136 40 21 130 44
Binary 10101110 111010 1011 0 1000011 1011110 100000 10001 1011000 100100

Color Harmonies of #AE3A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A0B

Black with #AE3A0B

Text Example


Text Example

White with #AE3A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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