Html Css Color HEX #AE4415 Rust

📋 copy color: '#AE4415'

red 174 ◦ green 68 ◦ blue 21

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

Shades of Rust #AE4415

Tints of Rust #AE4415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 66.16%
G = 25.86%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE4415 (or 0xAE4415) is known color: Rust. HEX triplet: AE, 44 and 15. RGB value is (174,68,21). Sum of RGB (Red+Green+Blue) = 174+68+21=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4415 is #51BBEA. Grayscale: #5E5E5E. Windows color (decimal): -5356523 or 1393838. OLE color: 1393838.

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

Color convert

RGB 174 68 21 -
CMYK 0 0.61 0.88 0.32
HSL 18.43º 0.78% 0.38% -
HSV(B) 18.43º 0.88% 0.68% -
XYZ 19.66 13.19 2.22 -
YUV 94.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 174 68 21 0 0.61 0.88 0.32 18.43 0.78 0.38
Hex AE 44 15 0 3D 58 20 12 4E 26
Octal 256 104 25 0 75 130 40 22 116 46
Binary 10101110 1000100 10101 0 111101 1011000 100000 10010 1001110 100110

Color Harmonies of #AE4415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4415

Black with #AE4415

Text Example


Text Example

White with #AE4415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4415; }

 p { color: rgb(174,68,21); }

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

background-color css

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

 a { background-color: rgb(174,68,21); }

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

border-color css

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

 span { border-color: rgb(174,68,21); }

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