Html Css Color HEX #AE3705 Rust

📋 copy color: '#AE3705'

red 174 ◦ green 55 ◦ blue 5

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

Shades of Rust #AE3705

Tints of Rust #AE3705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 74.36%
G = 23.5%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE3705 (or 0xAE3705) is known color: Rust. HEX triplet: AE, 37 and 05. RGB value is (174,55,5). Sum of RGB (Red+Green+Blue) = 174+55+5=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3705 is #51C8FA. Grayscale: #555555. Windows color (decimal): -5359867 or 341934. OLE color: 341934.

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

Color convert

RGB 174 55 5 -
CMYK 0 0.68 0.97 0.32
HSL 17.75º 0.94% 0.35% -
HSV(B) 17.75º 0.97% 0.68% -
XYZ 18.85 11.74 1.42 -
YUV 84.88 82.92 191.57 -
System Red Green Blue C M Y K H S L
Decimal 174 55 5 0 0.68 0.97 0.32 17.75 0.94 0.35
Hex AE 37 5 0 44 61 20 12 5E 23
Octal 256 67 5 0 104 141 40 22 136 43
Binary 10101110 110111 101 0 1000100 1100001 100000 10010 1011110 100011

Color Harmonies of #AE3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3705

Black with #AE3705

Text Example


Text Example

White with #AE3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3705; }

 p { color: rgb(174,55,5); }

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

background-color css

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

 a { background-color: rgb(174,55,5); }

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

border-color css

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

 span { border-color: rgb(174,55,5); }

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