Html Css Color HEX #AE4514 Rust

📋 copy color: '#AE4514'

red 174 ◦ green 69 ◦ blue 20

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

Shades of Rust #AE4514

Tints of Rust #AE4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 66.16%
G = 26.24%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4514 (or 0xAE4514) is known color: Rust. HEX triplet: AE, 45 and 14. RGB value is (174,69,20). Sum of RGB (Red+Green+Blue) = 174+69+20=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4514 is #51BAEB. Grayscale: #5F5F5F. Windows color (decimal): -5356268 or 1328558. OLE color: 1328558.

HSL color Cylindrical-coordinate representation of color #AE4514: hue angle of 19.09º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE4514 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 69 20 -
CMYK 0 0.60 0.89 0.32
HSL 19.09º 0.79% 0.38% -
HSV(B) 19.09º 0.89% 0.68% -
XYZ 19.71 13.31 2.19 -
YUV 94.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 174 69 20 0 0.60 0.89 0.32 19.09 0.79 0.38
Hex AE 45 14 0 3C 59 20 13 4F 26
Octal 256 105 24 0 74 131 40 23 117 46
Binary 10101110 1000101 10100 0 111100 1011001 100000 10011 1001111 100110

Color Harmonies of #AE4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4514

Black with #AE4514

Text Example


Text Example

White with #AE4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4514; }

 p { color: rgb(174,69,20); }

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

background-color css

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

 a { background-color: rgb(174,69,20); }

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

border-color css

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

 span { border-color: rgb(174,69,20); }

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