Html Css Color HEX #AE340C Rust

📋 copy color: '#AE340C'

red 174 ◦ green 52 ◦ blue 12

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

Shades of Rust #AE340C

Tints of Rust #AE340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 73.11%
G = 21.85%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE340C (or 0xAE340C) is known color: Rust. HEX triplet: AE, 34 and 0C. RGB value is (174,52,12). Sum of RGB (Red+Green+Blue) = 174+52+12=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE340C is #51CBF3. Grayscale: #545454. Windows color (decimal): -5360628 or 799918. OLE color: 799918.

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

Color convert

RGB 174 52 12 -
CMYK 0 0.70 0.93 0.32
HSL 14.81º 0.87% 0.36% -
HSV(B) 14.81º 0.93% 0.68% -
XYZ 18.75 11.48 1.58 -
YUV 83.92 87.42 192.25 -
System Red Green Blue C M Y K H S L
Decimal 174 52 12 0 0.70 0.93 0.32 14.81 0.87 0.36
Hex AE 34 C 0 46 5D 20 F 57 24
Octal 256 64 14 0 106 135 40 17 127 44
Binary 10101110 110100 1100 0 1000110 1011101 100000 1111 1010111 100100

Color Harmonies of #AE340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE340C

Black with #AE340C

Text Example


Text Example

White with #AE340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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