Html Css Color HEX #AE411A Rust

📋 copy color: '#AE411A'

red 174 ◦ green 65 ◦ blue 26

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

Shades of Rust #AE411A

Tints of Rust #AE411A

RGB

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

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

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

R = 65.66%
G = 24.53%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE411A (or 0xAE411A) is known color: Rust. HEX triplet: AE, 41 and 1A. RGB value is (174,65,26). Sum of RGB (Red+Green+Blue) = 174+65+26=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE411A is #51BEE5. Grayscale: #5D5D5D. Windows color (decimal): -5357286 or 1720750. OLE color: 1720750.

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

Color convert

RGB 174 65 26 -
CMYK 0 0.63 0.85 0.32
HSL 15.81º 0.74% 0.39% -
HSV(B) 15.81º 0.85% 0.68% -
XYZ 19.53 12.85 2.43 -
YUV 93.15 90.11 185.67 -
System Red Green Blue C M Y K H S L
Decimal 174 65 26 0 0.63 0.85 0.32 15.81 0.74 0.39
Hex AE 41 1A 0 3F 55 20 10 4A 27
Octal 256 101 32 0 77 125 40 20 112 47
Binary 10101110 1000001 11010 0 111111 1010101 100000 10000 1001010 100111

Color Harmonies of #AE411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE411A

Black with #AE411A

Text Example


Text Example

White with #AE411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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