Html Css Color HEX #AE411B Rust

📋 copy color: '#AE411B'

red 174 ◦ green 65 ◦ blue 27

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

Shades of Rust #AE411B

Tints of Rust #AE411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 65.41%
G = 24.44%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE411B (or 0xAE411B) is known color: Rust. HEX triplet: AE, 41 and 1B. RGB value is (174,65,27). Sum of RGB (Red+Green+Blue) = 174+65+27=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE411B is #51BEE4. Grayscale: #5D5D5D. Windows color (decimal): -5357285 or 1786286. OLE color: 1786286.

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

Color convert

RGB 174 65 27 -
CMYK 0 0.63 0.84 0.32
HSL 15.51º 0.73% 0.39% -
HSV(B) 15.51º 0.84% 0.68% -
XYZ 19.54 12.86 2.49 -
YUV 93.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 174 65 27 0 0.63 0.84 0.32 15.51 0.73 0.39
Hex AE 41 1B 0 3F 54 20 10 49 27
Octal 256 101 33 0 77 124 40 20 111 47
Binary 10101110 1000001 11011 0 111111 1010100 100000 10000 1001001 100111

Color Harmonies of #AE411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE411B

Black with #AE411B

Text Example


Text Example

White with #AE411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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