Html Css Color HEX #A53112 Rust

📋 copy color: '#A53112'

red 165 ◦ green 49 ◦ blue 18

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

Shades of Rust #A53112

Tints of Rust #A53112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 71.12%
G = 21.12%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A53112 (or 0xA53112) is known color: Rust. HEX triplet: A5, 31 and 12. RGB value is (165,49,18). Sum of RGB (Red+Green+Blue) = 165+49+18=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A53112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53112 is #5ACEED. Grayscale: #505050. Windows color (decimal): -5951214 or 1192357. OLE color: 1192357.

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

Color convert

RGB 165 49 18 -
CMYK 0 0.70 0.89 0.35
HSL 12.65º 0.8% 0.36% -
HSV(B) 12.65º 0.89% 0.65% -
XYZ 16.72 10.24 1.67 -
YUV 80.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 165 49 18 0 0.70 0.89 0.35 12.65 0.8 0.36
Hex A5 31 12 0 46 59 23 D 50 24
Octal 245 61 22 0 106 131 43 15 120 44
Binary 10100101 110001 10010 0 1000110 1011001 100011 1101 1010000 100100

Color Harmonies of #A53112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53112

Black with #A53112

Text Example


Text Example

White with #A53112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53112; }

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

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

background-color css

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

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

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

border-color css

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

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

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