Html Css Color HEX #AE3204 Rust

📋 copy color: '#AE3204'

red 174 ◦ green 50 ◦ blue 4

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

Shades of Rust #AE3204

Tints of Rust #AE3204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 76.32%
G = 21.93%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE3204 (or 0xAE3204) is known color: Rust. HEX triplet: AE, 32 and 04. RGB value is (174,50,4). Sum of RGB (Red+Green+Blue) = 174+50+4=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3204 is #51CDFB. Grayscale: #525252. Windows color (decimal): -5361148 or 275118. OLE color: 275118.

HSL color Cylindrical-coordinate representation of color #AE3204: hue angle of 16.24º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE3204 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 50 4 -
CMYK 0 0.71 0.98 0.32
HSL 16.24º 0.96% 0.35% -
HSV(B) 16.24º 0.98% 0.68% -
XYZ 18.62 11.29 1.31 -
YUV 81.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 174 50 4 0 0.71 0.98 0.32 16.24 0.96 0.35
Hex AE 32 4 0 47 62 20 10 60 23
Octal 256 62 4 0 107 142 40 20 140 43
Binary 10101110 110010 100 0 1000111 1100010 100000 10000 1100000 100011

Color Harmonies of #AE3204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3204

Black with #AE3204

Text Example


Text Example

White with #AE3204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3204; }

 p { color: rgb(174,50,4); }

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

background-color css

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

 a { background-color: rgb(174,50,4); }

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

border-color css

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

 span { border-color: rgb(174,50,4); }

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