Html Css Color HEX #A53512 Rust

📋 copy color: '#A53512'

red 165 ◦ green 53 ◦ blue 18

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

Shades of Rust #A53512

Tints of Rust #A53512

RGB

 RED value IS 165 (64.84% from 255) = 69.92%

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

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

R = 69.92%
G = 22.46%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A53512 (or 0xA53512) is known color: Rust. HEX triplet: A5, 35 and 12. RGB value is (165,53,18). Sum of RGB (Red+Green+Blue) = 165+53+18=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A53512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53512 is #5ACAED. Grayscale: #525252. Windows color (decimal): -5950190 or 1193381. OLE color: 1193381.

HSL color Cylindrical-coordinate representation of color #A53512: hue angle of 14.29º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A53512 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 53 18 -
CMYK 0 0.68 0.89 0.35
HSL 14.29º 0.8% 0.36% -
HSV(B) 14.29º 0.89% 0.65% -
XYZ 16.9 10.59 1.73 -
YUV 82.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 165 53 18 0 0.68 0.89 0.35 14.29 0.8 0.36
Hex A5 35 12 0 44 59 23 E 50 24
Octal 245 65 22 0 104 131 43 16 120 44
Binary 10100101 110101 10010 0 1000100 1011001 100011 1110 1010000 100100

Color Harmonies of #A53512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53512

Black with #A53512

Text Example


Text Example

White with #A53512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53512; }

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

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

background-color css

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

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

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

border-color css

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

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

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