Html Css Color HEX #AE481C Rust

📋 copy color: '#AE481C'

red 174 ◦ green 72 ◦ blue 28

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

Shades of Rust #AE481C

Tints of Rust #AE481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 63.5%
G = 26.28%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE481C (or 0xAE481C) is known color: Rust. HEX triplet: AE, 48 and 1C. RGB value is (174,72,28). Sum of RGB (Red+Green+Blue) = 174+72+28=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE481C is #51B7E3. Grayscale: #616161. Windows color (decimal): -5355492 or 1853614. OLE color: 1853614.

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

Color convert

RGB 174 72 28 -
CMYK 0 0.59 0.84 0.32
HSL 18.08º 0.72% 0.4% -
HSV(B) 18.08º 0.84% 0.68% -
XYZ 19.98 13.72 2.69 -
YUV 97.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 174 72 28 0 0.59 0.84 0.32 18.08 0.72 0.4
Hex AE 48 1C 0 3B 54 20 12 48 28
Octal 256 110 34 0 73 124 40 22 110 50
Binary 10101110 1001000 11100 0 111011 1010100 100000 10010 1001000 101000

Color Harmonies of #AE481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE481C

Black with #AE481C

Text Example


Text Example

White with #AE481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE481C; }

 p { color: rgb(174,72,28); }

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

background-color css

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

 a { background-color: rgb(174,72,28); }

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

border-color css

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

 span { border-color: rgb(174,72,28); }

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