Html Css Color HEX #AE441A Rust

📋 copy color: '#AE441A'

red 174 ◦ green 68 ◦ blue 26

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

Shades of Rust #AE441A

Tints of Rust #AE441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 64.93%
G = 25.37%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE441A (or 0xAE441A) is known color: Rust. HEX triplet: AE, 44 and 1A. RGB value is (174,68,26). Sum of RGB (Red+Green+Blue) = 174+68+26=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE441A is #51BBE5. Grayscale: #5F5F5F. Windows color (decimal): -5356518 or 1721518. OLE color: 1721518.

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

Color convert

RGB 174 68 26 -
CMYK 0 0.61 0.85 0.32
HSL 17.03º 0.74% 0.39% -
HSV(B) 17.03º 0.85% 0.68% -
XYZ 19.71 13.21 2.49 -
YUV 94.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 174 68 26 0 0.61 0.85 0.32 17.03 0.74 0.39
Hex AE 44 1A 0 3D 55 20 11 4A 27
Octal 256 104 32 0 75 125 40 21 112 47
Binary 10101110 1000100 11010 0 111101 1010101 100000 10001 1001010 100111

Color Harmonies of #AE441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE441A

Black with #AE441A

Text Example


Text Example

White with #AE441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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