Html Css Color HEX #A3460D Rust

📋 copy color: '#A3460D'

red 163 ◦ green 70 ◦ blue 13

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

Shades of Rust #A3460D

Tints of Rust #A3460D

RGB

 RED value IS 163 (64.06% from 255) = 66.26%

 GREEN value IS 70 (27.73% from 255) = 28.46%

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 66.26%
G = 28.46%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3460D (or 0xA3460D) is known color: Rust. HEX triplet: A3, 46 and 0D. RGB value is (163,70,13). Sum of RGB (Red+Green+Blue) = 163+70+13=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A3460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3460D is #5CB9F2. Grayscale: #5B5B5B. Windows color (decimal): -6076915 or 870051. OLE color: 870051.

HSL color Cylindrical-coordinate representation of color #A3460D: hue angle of 22.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3460D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 13 -
CMYK 0 0.57 0.92 0.36
HSL 22.8º 0.85% 0.35% -
HSV(B) 22.8º 0.92% 0.64% -
XYZ 17.37 12.2 1.82 -
YUV 91.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 163 70 13 0 0.57 0.92 0.36 22.8 0.85 0.35
Hex A3 46 D 0 39 5C 24 17 55 23
Octal 243 106 15 0 71 134 44 27 125 43
Binary 10100011 1000110 1101 0 111001 1011100 100100 10111 1010101 100011

Color Harmonies of #A3460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3460D

Black with #A3460D

Text Example


Text Example

White with #A3460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3460D; }

 p { color: rgb(163,70,13); }

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

background-color css

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

 a { background-color: rgb(163,70,13); }

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

border-color css

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

 span { border-color: rgb(163,70,13); }

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