Html Css Color HEX #AE441D Rust

📋 copy color: '#AE441D'

red 174 ◦ green 68 ◦ blue 29

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

Shades of Rust #AE441D

Tints of Rust #AE441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 64.21%
G = 25.09%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE441D (or 0xAE441D) is known color: Rust. HEX triplet: AE, 44 and 1D. RGB value is (174,68,29). Sum of RGB (Red+Green+Blue) = 174+68+29=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE441D is #51BBE2. Grayscale: #5F5F5F. Windows color (decimal): -5356515 or 1918126. OLE color: 1918126.

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

Color convert

RGB 174 68 29 -
CMYK 0 0.61 0.83 0.32
HSL 16.14º 0.71% 0.4% -
HSV(B) 16.14º 0.83% 0.68% -
XYZ 19.74 13.22 2.67 -
YUV 95.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 174 68 29 0 0.61 0.83 0.32 16.14 0.71 0.4
Hex AE 44 1D 0 3D 53 20 10 47 28
Octal 256 104 35 0 75 123 40 20 107 50
Binary 10101110 1000100 11101 0 111101 1010011 100000 10000 1000111 101000

Color Harmonies of #AE441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE441D

Black with #AE441D

Text Example


Text Example

White with #AE441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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