Html Css Color HEX #AE3404 Rust

📋 copy color: '#AE3404'

red 174 ◦ green 52 ◦ blue 4

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

Shades of Rust #AE3404

Tints of Rust #AE3404

RGB

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

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

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

R = 75.65%
G = 22.61%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE3404 (or 0xAE3404) is known color: Rust. HEX triplet: AE, 34 and 04. RGB value is (174,52,4). Sum of RGB (Red+Green+Blue) = 174+52+4=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3404 is #51CBFB. Grayscale: #535353. Windows color (decimal): -5360636 or 275630. OLE color: 275630.

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

Color convert

RGB 174 52 4 -
CMYK 0 0.70 0.98 0.32
HSL 16.94º 0.96% 0.35% -
HSV(B) 16.94º 0.98% 0.68% -
XYZ 18.71 11.46 1.34 -
YUV 83.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 174 52 4 0 0.70 0.98 0.32 16.94 0.96 0.35
Hex AE 34 4 0 46 62 20 11 60 23
Octal 256 64 4 0 106 142 40 21 140 43
Binary 10101110 110100 100 0 1000110 1100010 100000 10001 1100000 100011

Color Harmonies of #AE3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3404

Black with #AE3404

Text Example


Text Example

White with #AE3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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