Html Css Color HEX #AE4304 Rust

📋 copy color: '#AE4304'

red 174 ◦ green 67 ◦ blue 4

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

Shades of Rust #AE4304

Tints of Rust #AE4304

RGB

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

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

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

R = 71.02%
G = 27.35%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE4304 (or 0xAE4304) is known color: Rust. HEX triplet: AE, 43 and 04. RGB value is (174,67,4). Sum of RGB (Red+Green+Blue) = 174+67+4=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4304 is #51BCFB. Grayscale: #5C5C5C. Windows color (decimal): -5356796 or 279470. OLE color: 279470.

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

Color convert

RGB 174 67 4 -
CMYK 0 0.61 0.98 0.32
HSL 22.24º 0.96% 0.35% -
HSV(B) 22.24º 0.98% 0.68% -
XYZ 19.48 13.02 1.6 -
YUV 91.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 174 67 4 0 0.61 0.98 0.32 22.24 0.96 0.35
Hex AE 43 4 0 3D 62 20 16 60 23
Octal 256 103 4 0 75 142 40 26 140 43
Binary 10101110 1000011 100 0 111101 1100010 100000 10110 1100000 100011

Color Harmonies of #AE4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4304

Black with #AE4304

Text Example


Text Example

White with #AE4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4304; }

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

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

background-color css

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

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

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

border-color css

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

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

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