Html Css Color HEX #A93512 Rust

📋 copy color: '#A93512'

red 169 ◦ green 53 ◦ blue 18

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

Shades of Rust #A93512

Tints of Rust #A93512

RGB

 RED value IS 169 (66.41% from 255) = 70.42%

 GREEN value IS 53 (21.09% from 255) = 22.08%

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

R = 70.42%
G = 22.08%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A93512 (or 0xA93512) is known color: Rust. HEX triplet: A9, 35 and 12. RGB value is (169,53,18). Sum of RGB (Red+Green+Blue) = 169+53+18=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A93512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93512 is #56CAED. Grayscale: #535353. Windows color (decimal): -5688046 or 1193385. OLE color: 1193385.

HSL color Cylindrical-coordinate representation of color #A93512: hue angle of 13.91º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A93512 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 53 18 -
CMYK 0 0.69 0.89 0.34
HSL 13.91º 0.81% 0.37% -
HSV(B) 13.91º 0.89% 0.66% -
XYZ 17.74 11.02 1.77 -
YUV 83.69 90.93 188.85 -
System Red Green Blue C M Y K H S L
Decimal 169 53 18 0 0.69 0.89 0.34 13.91 0.81 0.37
Hex A9 35 12 0 45 59 22 E 51 25
Octal 251 65 22 0 105 131 42 16 121 45
Binary 10101001 110101 10010 0 1000101 1011001 100010 1110 1010001 100101

Color Harmonies of #A93512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93512

Black with #A93512

Text Example


Text Example

White with #A93512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93512; }

 p { color: rgb(169,53,18); }

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

background-color css

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

 a { background-color: rgb(169,53,18); }

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

border-color css

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

 span { border-color: rgb(169,53,18); }

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