Html Css Color HEX #A34010 Rust

📋 copy color: '#A34010'

red 163 ◦ green 64 ◦ blue 16

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

Shades of Rust #A34010

Tints of Rust #A34010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 67.08%
G = 26.34%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A34010 (or 0xA34010) is known color: Rust. HEX triplet: A3, 40 and 10. RGB value is (163,64,16). Sum of RGB (Red+Green+Blue) = 163+64+16=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A34010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34010 is #5CBFEF. Grayscale: #585858. Windows color (decimal): -6078448 or 1065123. OLE color: 1065123.

HSL color Cylindrical-coordinate representation of color #A34010: hue angle of 19.59º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A34010 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 64 16 -
CMYK 0 0.61 0.90 0.36
HSL 19.59º 0.82% 0.35% -
HSV(B) 19.59º 0.9% 0.64% -
XYZ 17.03 11.49 1.81 -
YUV 88.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 163 64 16 0 0.61 0.90 0.36 19.59 0.82 0.35
Hex A3 40 10 0 3D 5A 24 14 52 23
Octal 243 100 20 0 75 132 44 24 122 43
Binary 10100011 1000000 10000 0 111101 1011010 100100 10100 1010010 100011

Color Harmonies of #A34010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34010

Black with #A34010

Text Example


Text Example

White with #A34010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34010; }

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

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

background-color css

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

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

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

border-color css

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

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

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