Html Css Color HEX #A5510C Rust

📋 copy color: '#A5510C'

red 165 ◦ green 81 ◦ blue 12

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

Shades of Rust #A5510C

Tints of Rust #A5510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 63.95%
G = 31.4%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5510C (or 0xA5510C) is known color: Rust. HEX triplet: A5, 51 and 0C. RGB value is (165,81,12). Sum of RGB (Red+Green+Blue) = 165+81+12=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A5510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5510C is #5AAEF3. Grayscale: #626262. Windows color (decimal): -5943028 or 807333. OLE color: 807333.

HSL color Cylindrical-coordinate representation of color #A5510C: hue angle of 27.06º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5510C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 12 -
CMYK 0 0.51 0.93 0.35
HSL 27.06º 0.86% 0.35% -
HSV(B) 27.06º 0.93% 0.65% -
XYZ 18.53 13.91 2.06 -
YUV 98.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 165 81 12 0 0.51 0.93 0.35 27.06 0.86 0.35
Hex A5 51 C 0 33 5D 23 1B 56 23
Octal 245 121 14 0 63 135 43 33 126 43
Binary 10100101 1010001 1100 0 110011 1011101 100011 11011 1010110 100011

Color Harmonies of #A5510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5510C

Black with #A5510C

Text Example


Text Example

White with #A5510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5510C; }

 p { color: rgb(165,81,12); }

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

background-color css

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

 a { background-color: rgb(165,81,12); }

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

border-color css

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

 span { border-color: rgb(165,81,12); }

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