Html Css Color HEX #A55005 Rust

📋 copy color: '#A55005'

red 165 ◦ green 80 ◦ blue 5

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

Shades of Rust #A55005

Tints of Rust #A55005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2%

R = 66%
G = 32%
B = 2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A55005 (or 0xA55005) is known color: Rust. HEX triplet: A5, 50 and 05. RGB value is (165,80,5). Sum of RGB (Red+Green+Blue) = 165+80+5=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A55005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55005 is #5AAFFA. Grayscale: #616161. Windows color (decimal): -5943291 or 348325. OLE color: 348325.

HSL color Cylindrical-coordinate representation of color #A55005: hue angle of 28.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A55005 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 80 5 -
CMYK 0 0.52 0.97 0.35
HSL 28.13º 0.94% 0.33% -
HSV(B) 28.13º 0.97% 0.65% -
XYZ 18.41 13.75 1.83 -
YUV 96.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 165 80 5 0 0.52 0.97 0.35 28.13 0.94 0.33
Hex A5 50 5 0 34 61 23 1C 5E 21
Octal 245 120 5 0 64 141 43 34 136 41
Binary 10100101 1010000 101 0 110100 1100001 100011 11100 1011110 100001

Color Harmonies of #A55005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55005

Black with #A55005

Text Example


Text Example

White with #A55005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55005; }

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

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

background-color css

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

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

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

border-color css

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

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

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