Html Css Color HEX #A03400 Rust

📋 copy color: '#A03400'

red 160 ◦ green 52 ◦ blue 0

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

Shades of Rust #A03400

Tints of Rust #A03400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

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

R = 75.47%
G = 24.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A03400 (or 0xA03400) is known color: Rust. HEX triplet: A0, 34 and 00. RGB value is (160,52,0). Sum of RGB (Red+Green+Blue) = 160+52+0=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A03400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03400 is #5FCBFF. Grayscale: #4E4E4E. Windows color (decimal): -6278144 or 13472. OLE color: 13472.

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

Color convert

RGB 160 52 0 -
CMYK 0 0.68 1 0.37
HSL 19.5º 1% 0.31% -
HSV(B) 19.5º 1% 0.63% -
XYZ 15.73 9.93 1.09 -
YUV 78.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 160 52 0 0 0.68 1 0.37 19.5 1 0.31
Hex A0 34 0 0 44 64 25 14 64 1F
Octal 240 64 0 0 104 144 45 24 144 37
Binary 10100000 110100 0 0 1000100 1100100 100101 10100 1100100 11111

Color Harmonies of #A03400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03400

Black with #A03400

Text Example


Text Example

White with #A03400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03400; }

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

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

background-color css

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

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

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

border-color css

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

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

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