Html Css Color HEX #A34512 Rust

📋 copy color: '#A34512'

red 163 ◦ green 69 ◦ blue 18

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

Shades of Rust #A34512

Tints of Rust #A34512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 65.2%
G = 27.6%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A34512 (or 0xA34512) is known color: Rust. HEX triplet: A3, 45 and 12. RGB value is (163,69,18). Sum of RGB (Red+Green+Blue) = 163+69+18=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A34512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34512 is #5CBAED. Grayscale: #5B5B5B. Windows color (decimal): -6077166 or 1197475. OLE color: 1197475.

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

Color convert

RGB 163 69 18 -
CMYK 0 0.58 0.89 0.36
HSL 21.1º 0.8% 0.35% -
HSV(B) 21.1º 0.89% 0.64% -
XYZ 17.34 12.09 1.99 -
YUV 91.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 163 69 18 0 0.58 0.89 0.36 21.1 0.8 0.35
Hex A3 45 12 0 3A 59 24 15 50 23
Octal 243 105 22 0 72 131 44 25 120 43
Binary 10100011 1000101 10010 0 111010 1011001 100100 10101 1010000 100011

Color Harmonies of #A34512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34512

Black with #A34512

Text Example


Text Example

White with #A34512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34512; }

 p { color: rgb(163,69,18); }

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

background-color css

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

 a { background-color: rgb(163,69,18); }

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

border-color css

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

 span { border-color: rgb(163,69,18); }

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