Html Css Color HEX #AE3F00 Rust

📋 copy color: '#AE3F00'

red 174 ◦ green 63 ◦ blue 0

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

Shades of Rust #AE3F00

Tints of Rust #AE3F00

RGB

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

 GREEN value IS 63 (25% from 255) = 26.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.42%
G = 26.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE3F00 (or 0xAE3F00) is known color: Rust. HEX triplet: AE, 3F and 00. RGB value is (174,63,0). Sum of RGB (Red+Green+Blue) = 174+63+0=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3F00 is #51C0FF. Grayscale: #595959. Windows color (decimal): -5357824 or 16302. OLE color: 16302.

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

Color convert

RGB 174 63 0 -
CMYK 0 0.64 1 0.32
HSL 21.72º 1% 0.34% -
HSV(B) 21.72º 1% 0.68% -
XYZ 19.23 12.55 1.41 -
YUV 89.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 174 63 0 0 0.64 1 0.32 21.72 1 0.34
Hex AE 3F 0 0 40 64 20 16 64 22
Octal 256 77 0 0 100 144 40 26 144 42
Binary 10101110 111111 0 0 1000000 1100100 100000 10110 1100100 100010

Color Harmonies of #AE3F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3F00

Black with #AE3F00

Text Example


Text Example

White with #AE3F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3F00; }

 p { color: rgb(174,63,0); }

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

background-color css

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

 a { background-color: rgb(174,63,0); }

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

border-color css

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

 span { border-color: rgb(174,63,0); }

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