Html Css Color HEX #AE3F04 Rust

📋 copy color: '#AE3F04'

red 174 ◦ green 63 ◦ blue 4

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

Shades of Rust #AE3F04

Tints of Rust #AE3F04

RGB

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

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

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

R = 72.2%
G = 26.14%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE3F04 (or 0xAE3F04) is known color: Rust. HEX triplet: AE, 3F and 04. RGB value is (174,63,4). Sum of RGB (Red+Green+Blue) = 174+63+4=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3F04 is #51C0FB. Grayscale: #595959. Windows color (decimal): -5357820 or 278446. OLE color: 278446.

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

Color convert

RGB 174 63 4 -
CMYK 0 0.64 0.98 0.32
HSL 20.82º 0.96% 0.35% -
HSV(B) 20.82º 0.98% 0.68% -
XYZ 19.25 12.56 1.52 -
YUV 89.46 79.77 188.3 -
System Red Green Blue C M Y K H S L
Decimal 174 63 4 0 0.64 0.98 0.32 20.82 0.96 0.35
Hex AE 3F 4 0 40 62 20 15 60 23
Octal 256 77 4 0 100 142 40 25 140 43
Binary 10101110 111111 100 0 1000000 1100010 100000 10101 1100000 100011

Color Harmonies of #AE3F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3F04

Black with #AE3F04

Text Example


Text Example

White with #AE3F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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