Html Css Color HEX #AE3F03 Rust

📋 copy color: '#AE3F03'

red 174 ◦ green 63 ◦ blue 3

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

Shades of Rust #AE3F03

Tints of Rust #AE3F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 72.5%
G = 26.25%
B = 1.25%

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

#AE3F03 (or 0xAE3F03) is known color: Rust. HEX triplet: AE, 3F and 03. RGB value is (174,63,3). Sum of RGB (Red+Green+Blue) = 174+63+3=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3F03 is #51C0FC. Grayscale: #595959. Windows color (decimal): -5357821 or 212910. OLE color: 212910.

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

Color convert

RGB 174 63 3 -
CMYK 0 0.64 0.98 0.32
HSL 21.05º 0.97% 0.35% -
HSV(B) 21.05º 0.98% 0.68% -
XYZ 19.25 12.56 1.5 -
YUV 89.35 79.27 188.38 -
System Red Green Blue C M Y K H S L
Decimal 174 63 3 0 0.64 0.98 0.32 21.05 0.97 0.35
Hex AE 3F 3 0 40 62 20 15 61 23
Octal 256 77 3 0 100 142 40 25 141 43
Binary 10101110 111111 11 0 1000000 1100010 100000 10101 1100001 100011

Color Harmonies of #AE3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3F03

Black with #AE3F03

Text Example


Text Example

White with #AE3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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