Html Css Color HEX #A34312 Rust

📋 copy color: '#A34312'

red 163 ◦ green 67 ◦ blue 18

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

Shades of Rust #A34312

Tints of Rust #A34312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 65.73%
G = 27.02%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A34312 (or 0xA34312) is known color: Rust. HEX triplet: A3, 43 and 12. RGB value is (163,67,18). Sum of RGB (Red+Green+Blue) = 163+67+18=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A34312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34312 is #5CBCED. Grayscale: #5A5A5A. Windows color (decimal): -6077678 or 1196963. OLE color: 1196963.

HSL color Cylindrical-coordinate representation of color #A34312: hue angle of 20.28º 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 #A34312 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 67 18 -
CMYK 0 0.59 0.89 0.36
HSL 20.28º 0.8% 0.35% -
HSV(B) 20.28º 0.89% 0.64% -
XYZ 17.22 11.84 1.95 -
YUV 90.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 163 67 18 0 0.59 0.89 0.36 20.28 0.8 0.35
Hex A3 43 12 0 3B 59 24 14 50 23
Octal 243 103 22 0 73 131 44 24 120 43
Binary 10100011 1000011 10010 0 111011 1011001 100100 10100 1010000 100011

Color Harmonies of #A34312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34312

Black with #A34312

Text Example


Text Example

White with #A34312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34312; }

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

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

background-color css

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

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

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

border-color css

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

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

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