Html Css Color HEX #A03E16 Rust

📋 copy color: '#A03E16'

red 160 ◦ green 62 ◦ blue 22

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

Shades of Rust #A03E16

Tints of Rust #A03E16

RGB

 RED value IS 160 (62.89% from 255) = 65.57%

 GREEN value IS 62 (24.61% from 255) = 25.41%

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 65.57%
G = 25.41%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A03E16 (or 0xA03E16) is known color: Rust. HEX triplet: A0, 3E and 16. RGB value is (160,62,22). Sum of RGB (Red+Green+Blue) = 160+62+22=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03E16 is #5FC1E9. Grayscale: #575757. Windows color (decimal): -6275562 or 1457824. OLE color: 1457824.

HSL color Cylindrical-coordinate representation of color #A03E16: hue angle of 17.39º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03E16 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 62 22 -
CMYK 0 0.61 0.86 0.37
HSL 17.39º 0.76% 0.36% -
HSV(B) 17.39º 0.86% 0.63% -
XYZ 16.36 10.98 2.02 -
YUV 86.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 160 62 22 0 0.61 0.86 0.37 17.39 0.76 0.36
Hex A0 3E 16 0 3D 56 25 11 4C 24
Octal 240 76 26 0 75 126 45 21 114 44
Binary 10100000 111110 10110 0 111101 1010110 100101 10001 1001100 100100

Color Harmonies of #A03E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03E16

Black with #A03E16

Text Example


Text Example

White with #A03E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03E16; }

 p { color: rgb(160,62,22); }

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

background-color css

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

 a { background-color: rgb(160,62,22); }

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

border-color css

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

 span { border-color: rgb(160,62,22); }

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