Html Css Color HEX #A5500C Rust

📋 copy color: '#A5500C'

red 165 ◦ green 80 ◦ blue 12

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

Shades of Rust #A5500C

Tints of Rust #A5500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

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

R = 64.2%
G = 31.13%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5500C (or 0xA5500C) is known color: Rust. HEX triplet: A5, 50 and 0C. RGB value is (165,80,12). Sum of RGB (Red+Green+Blue) = 165+80+12=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A5500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5500C is #5AAFF3. Grayscale: #626262. Windows color (decimal): -5943284 or 807077. OLE color: 807077.

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

Color convert

RGB 165 80 12 -
CMYK 0 0.52 0.93 0.35
HSL 26.67º 0.86% 0.35% -
HSV(B) 26.67º 0.93% 0.65% -
XYZ 18.45 13.76 2.03 -
YUV 97.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 165 80 12 0 0.52 0.93 0.35 26.67 0.86 0.35
Hex A5 50 C 0 34 5D 23 1B 56 23
Octal 245 120 14 0 64 135 43 33 126 43
Binary 10100101 1010000 1100 0 110100 1011101 100011 11011 1010110 100011

Color Harmonies of #A5500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5500C

Black with #A5500C

Text Example


Text Example

White with #A5500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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