Html Css Color HEX #AE4315 Rust

📋 copy color: '#AE4315'

red 174 ◦ green 67 ◦ blue 21

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

Shades of Rust #AE4315

Tints of Rust #AE4315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.57%

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

R = 66.41%
G = 25.57%
B = 8.02%

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

#AE4315 (or 0xAE4315) is known color: Rust. HEX triplet: AE, 43 and 15. RGB value is (174,67,21). Sum of RGB (Red+Green+Blue) = 174+67+21=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4315 is #51BCEA. Grayscale: #5E5E5E. Windows color (decimal): -5356779 or 1393582. OLE color: 1393582.

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

Color convert

RGB 174 67 21 -
CMYK 0 0.61 0.88 0.32
HSL 18.04º 0.78% 0.38% -
HSV(B) 18.04º 0.88% 0.68% -
XYZ 19.6 13.07 2.2 -
YUV 93.75 86.95 185.24 -
System Red Green Blue C M Y K H S L
Decimal 174 67 21 0 0.61 0.88 0.32 18.04 0.78 0.38
Hex AE 43 15 0 3D 58 20 12 4E 26
Octal 256 103 25 0 75 130 40 22 116 46
Binary 10101110 1000011 10101 0 111101 1011000 100000 10010 1001110 100110

Color Harmonies of #AE4315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4315

Black with #AE4315

Text Example


Text Example

White with #AE4315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4315; }

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

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

background-color css

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

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

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

border-color css

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

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

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