Html Css Color HEX #AE390B Rust

📋 copy color: '#AE390B'

red 174 ◦ green 57 ◦ blue 11

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

Shades of Rust #AE390B

Tints of Rust #AE390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

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

R = 71.9%
G = 23.55%
B = 4.55%

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

#AE390B (or 0xAE390B) is known color: Rust. HEX triplet: AE, 39 and 0B. RGB value is (174,57,11). Sum of RGB (Red+Green+Blue) = 174+57+11=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE390B is #51C6F4. Grayscale: #575757. Windows color (decimal): -5359349 or 735662. OLE color: 735662.

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

Color convert

RGB 174 57 11 -
CMYK 0 0.67 0.94 0.32
HSL 16.93º 0.88% 0.36% -
HSV(B) 16.93º 0.94% 0.68% -
XYZ 18.98 11.95 1.62 -
YUV 86.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 174 57 11 0 0.67 0.94 0.32 16.93 0.88 0.36
Hex AE 39 B 0 43 5E 20 11 58 24
Octal 256 71 13 0 103 136 40 21 130 44
Binary 10101110 111001 1011 0 1000011 1011110 100000 10001 1011000 100100

Color Harmonies of #AE390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE390B

Black with #AE390B

Text Example


Text Example

White with #AE390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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