Html Css Color HEX #AE4413 Rust

📋 copy color: '#AE4413'

red 174 ◦ green 68 ◦ blue 19

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

Shades of Rust #AE4413

Tints of Rust #AE4413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 66.67%
G = 26.05%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4413 (or 0xAE4413) is known color: Rust. HEX triplet: AE, 44 and 13. RGB value is (174,68,19). Sum of RGB (Red+Green+Blue) = 174+68+19=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4413 is #51BBEC. Grayscale: #5E5E5E. Windows color (decimal): -5356525 or 1262766. OLE color: 1262766.

HSL color Cylindrical-coordinate representation of color #AE4413: hue angle of 18.97º degrees, saturation: 0.8, 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 #AE4413 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 68 19 -
CMYK 0 0.61 0.89 0.32
HSL 18.97º 0.8% 0.38% -
HSV(B) 18.97º 0.89% 0.68% -
XYZ 19.64 13.18 2.12 -
YUV 94.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 174 68 19 0 0.61 0.89 0.32 18.97 0.8 0.38
Hex AE 44 13 0 3D 59 20 13 50 26
Octal 256 104 23 0 75 131 40 23 120 46
Binary 10101110 1000100 10011 0 111101 1011001 100000 10011 1010000 100110

Color Harmonies of #AE4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4413

Black with #AE4413

Text Example


Text Example

White with #AE4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4413; }

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

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

background-color css

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

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

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

border-color css

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

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

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