Html Css Color HEX #AE4602 Rust

📋 copy color: '#AE4602'

red 174 ◦ green 70 ◦ blue 2

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

Shades of Rust #AE4602

Tints of Rust #AE4602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 70.73%
G = 28.46%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE4602 (or 0xAE4602) is known color: Rust. HEX triplet: AE, 46 and 02. RGB value is (174,70,2). Sum of RGB (Red+Green+Blue) = 174+70+2=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4602 is #51B9FD. Grayscale: #5D5D5D. Windows color (decimal): -5356030 or 149166. OLE color: 149166.

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

Color convert

RGB 174 70 2 -
CMYK 0 0.60 0.99 0.32
HSL 23.72º 0.98% 0.35% -
HSV(B) 23.72º 0.99% 0.68% -
XYZ 19.66 13.38 1.6 -
YUV 93.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 174 70 2 0 0.60 0.99 0.32 23.72 0.98 0.35
Hex AE 46 2 0 3C 63 20 18 62 23
Octal 256 106 2 0 74 143 40 30 142 43
Binary 10101110 1000110 10 0 111100 1100011 100000 11000 1100010 100011

Color Harmonies of #AE4602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4602

Black with #AE4602

Text Example


Text Example

White with #AE4602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4602; }

 p { color: rgb(174,70,2); }

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

background-color css

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

 a { background-color: rgb(174,70,2); }

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

border-color css

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

 span { border-color: rgb(174,70,2); }

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