Html Css Color HEX #A03A00 Rust

📋 copy color: '#A03A00'

red 160 ◦ green 58 ◦ blue 0

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

Shades of Rust #A03A00

Tints of Rust #A03A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

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

R = 73.39%
G = 26.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A03A00 (or 0xA03A00) is known color: Rust. HEX triplet: A0, 3A and 00. RGB value is (160,58,0). Sum of RGB (Red+Green+Blue) = 160+58+0=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A00 is #5FC5FF. Grayscale: #525252. Windows color (decimal): -6276608 or 15008. OLE color: 15008.

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

Color convert

RGB 160 58 0 -
CMYK 0 0.64 1 0.37
HSL 21.75º 1% 0.31% -
HSV(B) 21.75º 1% 0.63% -
XYZ 16.01 10.5 1.18 -
YUV 81.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 160 58 0 0 0.64 1 0.37 21.75 1 0.31
Hex A0 3A 0 0 40 64 25 16 64 1F
Octal 240 72 0 0 100 144 45 26 144 37
Binary 10100000 111010 0 0 1000000 1100100 100101 10110 1100100 11111

Color Harmonies of #A03A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A00

Black with #A03A00

Text Example


Text Example

White with #A03A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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