Html Css Color HEX #A03D00 Rust

📋 copy color: '#A03D00'

red 160 ◦ green 61 ◦ blue 0

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

Shades of Rust #A03D00

Tints of Rust #A03D00

RGB

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

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

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

R = 72.4%
G = 27.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A03D00 (or 0xA03D00) is known color: Rust. HEX triplet: A0, 3D and 00. RGB value is (160,61,0). Sum of RGB (Red+Green+Blue) = 160+61+0=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03D00 is #5FC2FF. Grayscale: #535353. Windows color (decimal): -6275840 or 15776. OLE color: 15776.

HSL color Cylindrical-coordinate representation of color #A03D00: hue angle of 22.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A03D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 61 0 -
CMYK 0 0.62 1 0.37
HSL 22.88º 1% 0.31% -
HSV(B) 22.88º 1% 0.63% -
XYZ 16.17 10.81 1.23 -
YUV 83.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 160 61 0 0 0.62 1 0.37 22.88 1 0.31
Hex A0 3D 0 0 3E 64 25 17 64 1F
Octal 240 75 0 0 76 144 45 27 144 37
Binary 10100000 111101 0 0 111110 1100100 100101 10111 1100100 11111

Color Harmonies of #A03D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03D00

Black with #A03D00

Text Example


Text Example

White with #A03D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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