Html Css Color HEX #AE360C Rust

📋 copy color: '#AE360C'

red 174 ◦ green 54 ◦ blue 12

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

Shades of Rust #AE360C

Tints of Rust #AE360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

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

R = 72.5%
G = 22.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE360C (or 0xAE360C) is known color: Rust. HEX triplet: AE, 36 and 0C. RGB value is (174,54,12). Sum of RGB (Red+Green+Blue) = 174+54+12=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE360C is #51C9F3. Grayscale: #555555. Windows color (decimal): -5360116 or 800430. OLE color: 800430.

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

Color convert

RGB 174 54 12 -
CMYK 0 0.69 0.93 0.32
HSL 15.56º 0.87% 0.36% -
HSV(B) 15.56º 0.93% 0.68% -
XYZ 18.84 11.66 1.61 -
YUV 85.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 174 54 12 0 0.69 0.93 0.32 15.56 0.87 0.36
Hex AE 36 C 0 45 5D 20 10 57 24
Octal 256 66 14 0 105 135 40 20 127 44
Binary 10101110 110110 1100 0 1000101 1011101 100000 10000 1010111 100100

Color Harmonies of #AE360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE360C

Black with #AE360C

Text Example


Text Example

White with #AE360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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