Html Css Color HEX #AE4504 Rust

📋 copy color: '#AE4504'

red 174 ◦ green 69 ◦ blue 4

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

Shades of Rust #AE4504

Tints of Rust #AE4504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 70.45%
G = 27.94%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE4504 (or 0xAE4504) is known color: Rust. HEX triplet: AE, 45 and 04. RGB value is (174,69,4). Sum of RGB (Red+Green+Blue) = 174+69+4=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4504 is #51BAFB. Grayscale: #5D5D5D. Windows color (decimal): -5356284 or 279982. OLE color: 279982.

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

Color convert

RGB 174 69 4 -
CMYK 0 0.60 0.98 0.32
HSL 22.94º 0.96% 0.35% -
HSV(B) 22.94º 0.98% 0.68% -
XYZ 19.61 13.26 1.64 -
YUV 92.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 174 69 4 0 0.60 0.98 0.32 22.94 0.96 0.35
Hex AE 45 4 0 3C 62 20 17 60 23
Octal 256 105 4 0 74 142 40 27 140 43
Binary 10101110 1000101 100 0 111100 1100010 100000 10111 1100000 100011

Color Harmonies of #AE4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4504

Black with #AE4504

Text Example


Text Example

White with #AE4504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4504; }

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

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

background-color css

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

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

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

border-color css

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

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

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