Html Css Color HEX #A34012 Rust

📋 copy color: '#A34012'

red 163 ◦ green 64 ◦ blue 18

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

Shades of Rust #A34012

Tints of Rust #A34012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 66.53%
G = 26.12%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A34012 (or 0xA34012) is known color: Rust. HEX triplet: A3, 40 and 12. RGB value is (163,64,18). Sum of RGB (Red+Green+Blue) = 163+64+18=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A34012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34012 is #5CBFED. Grayscale: #585858. Windows color (decimal): -6078446 or 1196195. OLE color: 1196195.

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

Color convert

RGB 163 64 18 -
CMYK 0 0.61 0.89 0.36
HSL 19.03º 0.8% 0.35% -
HSV(B) 19.03º 0.89% 0.64% -
XYZ 17.05 11.5 1.89 -
YUV 88.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 163 64 18 0 0.61 0.89 0.36 19.03 0.8 0.35
Hex A3 40 12 0 3D 59 24 13 50 23
Octal 243 100 22 0 75 131 44 23 120 43
Binary 10100011 1000000 10010 0 111101 1011001 100100 10011 1010000 100011

Color Harmonies of #A34012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34012

Black with #A34012

Text Example


Text Example

White with #A34012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34012; }

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

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

background-color css

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

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

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

border-color css

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

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

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