Html Css Color HEX #AE4A1B Rust

📋 copy color: '#AE4A1B'

red 174 ◦ green 74 ◦ blue 27

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

Shades of Rust #AE4A1B

Tints of Rust #AE4A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

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

R = 63.27%
G = 26.91%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE4A1B (or 0xAE4A1B) is known color: Rust. HEX triplet: AE, 4A and 1B. RGB value is (174,74,27). Sum of RGB (Red+Green+Blue) = 174+74+27=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A1B is #51B5E4. Grayscale: #626262. Windows color (decimal): -5354981 or 1788590. OLE color: 1788590.

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

Color convert

RGB 174 74 27 -
CMYK 0 0.57 0.84 0.32
HSL 19.18º 0.73% 0.39% -
HSV(B) 19.18º 0.84% 0.68% -
XYZ 20.1 13.98 2.67 -
YUV 98.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 174 74 27 0 0.57 0.84 0.32 19.18 0.73 0.39
Hex AE 4A 1B 0 39 54 20 13 49 27
Octal 256 112 33 0 71 124 40 23 111 47
Binary 10101110 1001010 11011 0 111001 1010100 100000 10011 1001001 100111

Color Harmonies of #AE4A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A1B

Black with #AE4A1B

Text Example


Text Example

White with #AE4A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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