Html Css Color HEX #AE4104 Rust

📋 copy color: '#AE4104'

red 174 ◦ green 65 ◦ blue 4

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

Shades of Rust #AE4104

Tints of Rust #AE4104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

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

R = 71.6%
G = 26.75%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE4104 (or 0xAE4104) is known color: Rust. HEX triplet: AE, 41 and 04. RGB value is (174,65,4). Sum of RGB (Red+Green+Blue) = 174+65+4=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4104 is #51BEFB. Grayscale: #5A5A5A. Windows color (decimal): -5357308 or 278958. OLE color: 278958.

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

Color convert

RGB 174 65 4 -
CMYK 0 0.63 0.98 0.32
HSL 21.53º 0.96% 0.35% -
HSV(B) 21.53º 0.98% 0.68% -
XYZ 19.37 12.79 1.56 -
YUV 90.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 174 65 4 0 0.63 0.98 0.32 21.53 0.96 0.35
Hex AE 41 4 0 3F 62 20 16 60 23
Octal 256 101 4 0 77 142 40 26 140 43
Binary 10101110 1000001 100 0 111111 1100010 100000 10110 1100000 100011

Color Harmonies of #AE4104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4104

Black with #AE4104

Text Example


Text Example

White with #AE4104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4104; }

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

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

background-color css

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

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

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

border-color css

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

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

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