Html Css Color HEX #A03D16 Rust

📋 copy color: '#A03D16'

red 160 ◦ green 61 ◦ blue 22

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

Shades of Rust #A03D16

Tints of Rust #A03D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

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

R = 65.84%
G = 25.1%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A03D16 (or 0xA03D16) is known color: Rust. HEX triplet: A0, 3D and 16. RGB value is (160,61,22). Sum of RGB (Red+Green+Blue) = 160+61+22=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03D16 is #5FC2E9. Grayscale: #565656. Windows color (decimal): -6275818 or 1457568. OLE color: 1457568.

HSL color Cylindrical-coordinate representation of color #A03D16: hue angle of 16.96º 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 #A03D16 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 61 22 -
CMYK 0 0.62 0.86 0.37
HSL 16.96º 0.76% 0.36% -
HSV(B) 16.96º 0.86% 0.63% -
XYZ 16.31 10.87 2 -
YUV 86.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 160 61 22 0 0.62 0.86 0.37 16.96 0.76 0.36
Hex A0 3D 16 0 3E 56 25 11 4C 24
Octal 240 75 26 0 76 126 45 21 114 44
Binary 10100000 111101 10110 0 111110 1010110 100101 10001 1001100 100100

Color Harmonies of #A03D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03D16

Black with #A03D16

Text Example


Text Example

White with #A03D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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