Html Css Color HEX #AE4401 Rust

📋 copy color: '#AE4401'

red 174 ◦ green 68 ◦ blue 1

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

Shades of Rust #AE4401

Tints of Rust #AE4401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.98%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 71.6%
G = 27.98%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE4401 (or 0xAE4401) is known color: Rust. HEX triplet: AE, 44 and 01. RGB value is (174,68,1). Sum of RGB (Red+Green+Blue) = 174+68+1=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4401 is #51BBFE. Grayscale: #5C5C5C. Windows color (decimal): -5356543 or 83118. OLE color: 83118.

HSL color Cylindrical-coordinate representation of color #AE4401: hue angle of 23.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE4401 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 68 1 -
CMYK 0 0.61 0.99 0.32
HSL 23.24º 0.99% 0.34% -
HSV(B) 23.24º 0.99% 0.68% -
XYZ 19.53 13.14 1.53 -
YUV 92.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 174 68 1 0 0.61 0.99 0.32 23.24 0.99 0.34
Hex AE 44 1 0 3D 63 20 17 63 22
Octal 256 104 1 0 75 143 40 27 143 42
Binary 10101110 1000100 1 0 111101 1100011 100000 10111 1100011 100010

Color Harmonies of #AE4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4401

Black with #AE4401

Text Example


Text Example

White with #AE4401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4401; }

 p { color: rgb(174,68,1); }

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

background-color css

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

 a { background-color: rgb(174,68,1); }

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

border-color css

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

 span { border-color: rgb(174,68,1); }

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