Html Css Color HEX #AE460B Rust

📋 copy color: '#AE460B'

red 174 ◦ green 70 ◦ blue 11

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

Shades of Rust #AE460B

Tints of Rust #AE460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 68.24%
G = 27.45%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE460B (or 0xAE460B) is known color: Rust. HEX triplet: AE, 46 and 0B. RGB value is (174,70,11). Sum of RGB (Red+Green+Blue) = 174+70+11=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE460B is #51B9F4. Grayscale: #5E5E5E. Windows color (decimal): -5356021 or 738990. OLE color: 738990.

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

Color convert

RGB 174 70 11 -
CMYK 0 0.60 0.94 0.32
HSL 21.72º 0.88% 0.36% -
HSV(B) 21.72º 0.94% 0.68% -
XYZ 19.71 13.4 1.87 -
YUV 94.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 174 70 11 0 0.60 0.94 0.32 21.72 0.88 0.36
Hex AE 46 B 0 3C 5E 20 16 58 24
Octal 256 106 13 0 74 136 40 26 130 44
Binary 10101110 1000110 1011 0 111100 1011110 100000 10110 1011000 100100

Color Harmonies of #AE460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE460B

Black with #AE460B

Text Example


Text Example

White with #AE460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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