Html Css Color HEX #A34510 Rust

📋 copy color: '#A34510'

red 163 ◦ green 69 ◦ blue 16

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

Shades of Rust #A34510

Tints of Rust #A34510

RGB

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

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

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

R = 65.73%
G = 27.82%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A34510 (or 0xA34510) is known color: Rust. HEX triplet: A3, 45 and 10. RGB value is (163,69,16). Sum of RGB (Red+Green+Blue) = 163+69+16=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A34510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34510 is #5CBAEF. Grayscale: #5B5B5B. Windows color (decimal): -6077168 or 1066403. OLE color: 1066403.

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

Color convert

RGB 163 69 16 -
CMYK 0 0.58 0.90 0.36
HSL 21.63º 0.82% 0.35% -
HSV(B) 21.63º 0.9% 0.64% -
XYZ 17.33 12.08 1.91 -
YUV 91.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 163 69 16 0 0.58 0.90 0.36 21.63 0.82 0.35
Hex A3 45 10 0 3A 5A 24 16 52 23
Octal 243 105 20 0 72 132 44 26 122 43
Binary 10100011 1000101 10000 0 111010 1011010 100100 10110 1010010 100011

Color Harmonies of #A34510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34510

Black with #A34510

Text Example


Text Example

White with #A34510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34510; }

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

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

background-color css

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

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

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

border-color css

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

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

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