Html Css Color HEX #AE480C Rust

📋 copy color: '#AE480C'

red 174 ◦ green 72 ◦ blue 12

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

Shades of Rust #AE480C

Tints of Rust #AE480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 67.44%
G = 27.91%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE480C (or 0xAE480C) is known color: Rust. HEX triplet: AE, 48 and 0C. RGB value is (174,72,12). Sum of RGB (Red+Green+Blue) = 174+72+12=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE480C is #51B7F3. Grayscale: #5F5F5F. Windows color (decimal): -5355508 or 805038. OLE color: 805038.

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

Color convert

RGB 174 72 12 -
CMYK 0 0.59 0.93 0.32
HSL 22.22º 0.87% 0.36% -
HSV(B) 22.22º 0.93% 0.68% -
XYZ 19.84 13.66 1.94 -
YUV 95.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 174 72 12 0 0.59 0.93 0.32 22.22 0.87 0.36
Hex AE 48 C 0 3B 5D 20 16 57 24
Octal 256 110 14 0 73 135 40 26 127 44
Binary 10101110 1001000 1100 0 111011 1011101 100000 10110 1010111 100100

Color Harmonies of #AE480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE480C

Black with #AE480C

Text Example


Text Example

White with #AE480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE480C; }

 p { color: rgb(174,72,12); }

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

background-color css

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

 a { background-color: rgb(174,72,12); }

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

border-color css

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

 span { border-color: rgb(174,72,12); }

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