Html Css Color HEX #AE4219 Rust

📋 copy color: '#AE4219'

red 174 ◦ green 66 ◦ blue 25

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

Shades of Rust #AE4219

Tints of Rust #AE4219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 65.66%
G = 24.91%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE4219 (or 0xAE4219) is known color: Rust. HEX triplet: AE, 42 and 19. RGB value is (174,66,25). Sum of RGB (Red+Green+Blue) = 174+66+25=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4219 is #51BDE6. Grayscale: #5D5D5D. Windows color (decimal): -5357031 or 1655470. OLE color: 1655470.

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

Color convert

RGB 174 66 25 -
CMYK 0 0.62 0.86 0.32
HSL 16.51º 0.75% 0.39% -
HSV(B) 16.51º 0.86% 0.68% -
XYZ 19.58 12.97 2.39 -
YUV 93.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 174 66 25 0 0.62 0.86 0.32 16.51 0.75 0.39
Hex AE 42 19 0 3E 56 20 11 4B 27
Octal 256 102 31 0 76 126 40 21 113 47
Binary 10101110 1000010 11001 0 111110 1010110 100000 10001 1001011 100111

Color Harmonies of #AE4219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4219

Black with #AE4219

Text Example


Text Example

White with #AE4219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4219; }

 p { color: rgb(174,66,25); }

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

background-color css

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

 a { background-color: rgb(174,66,25); }

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

border-color css

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

 span { border-color: rgb(174,66,25); }

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