Html Css Color HEX #AE450C Rust

📋 copy color: '#AE450C'

red 174 ◦ green 69 ◦ blue 12

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

Shades of Rust #AE450C

Tints of Rust #AE450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

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

R = 68.24%
G = 27.06%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE450C (or 0xAE450C) is known color: Rust. HEX triplet: AE, 45 and 0C. RGB value is (174,69,12). Sum of RGB (Red+Green+Blue) = 174+69+12=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE450C is #51BAF3. Grayscale: #5E5E5E. Windows color (decimal): -5356276 or 804270. OLE color: 804270.

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

Color convert

RGB 174 69 12 -
CMYK 0 0.60 0.93 0.32
HSL 21.11º 0.87% 0.36% -
HSV(B) 21.11º 0.93% 0.68% -
XYZ 19.65 13.28 1.88 -
YUV 93.9 81.79 185.13 -
System Red Green Blue C M Y K H S L
Decimal 174 69 12 0 0.60 0.93 0.32 21.11 0.87 0.36
Hex AE 45 C 0 3C 5D 20 15 57 24
Octal 256 105 14 0 74 135 40 25 127 44
Binary 10101110 1000101 1100 0 111100 1011101 100000 10101 1010111 100100

Color Harmonies of #AE450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE450C

Black with #AE450C

Text Example


Text Example

White with #AE450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE450C; }

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

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

background-color css

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

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

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

border-color css

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

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

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