Html Css Color HEX #AE510F Rust

📋 copy color: '#AE510F'

red 174 ◦ green 81 ◦ blue 15

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

Shades of Rust #AE510F

Tints of Rust #AE510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 64.44%
G = 30%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE510F (or 0xAE510F) is known color: Rust. HEX triplet: AE, 51 and 0F. RGB value is (174,81,15). Sum of RGB (Red+Green+Blue) = 174+81+15=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE510F is #51AEF0. Grayscale: #656565. Windows color (decimal): -5353201 or 1003950. OLE color: 1003950.

HSL color Cylindrical-coordinate representation of color #AE510F: hue angle of 24.91º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE510F is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 81 15 -
CMYK 0 0.53 0.91 0.32
HSL 24.91º 0.84% 0.37% -
HSV(B) 24.91º 0.91% 0.68% -
XYZ 20.48 14.92 2.25 -
YUV 101.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 174 81 15 0 0.53 0.91 0.32 24.91 0.84 0.37
Hex AE 51 F 0 35 5B 20 19 54 25
Octal 256 121 17 0 65 133 40 31 124 45
Binary 10101110 1010001 1111 0 110101 1011011 100000 11001 1010100 100101

Color Harmonies of #AE510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE510F

Black with #AE510F

Text Example


Text Example

White with #AE510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE510F; }

 p { color: rgb(174,81,15); }

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

background-color css

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

 a { background-color: rgb(174,81,15); }

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

border-color css

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

 span { border-color: rgb(174,81,15); }

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