Html Css Color HEX #A55007 Rust

📋 copy color: '#A55007'

red 165 ◦ green 80 ◦ blue 7

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

Shades of Rust #A55007

Tints of Rust #A55007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 65.48%
G = 31.75%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A55007 (or 0xA55007) is known color: Rust. HEX triplet: A5, 50 and 07. RGB value is (165,80,7). Sum of RGB (Red+Green+Blue) = 165+80+7=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A55007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55007 is #5AAFF8. Grayscale: #616161. Windows color (decimal): -5943289 or 479397. OLE color: 479397.

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

Color convert

RGB 165 80 7 -
CMYK 0 0.52 0.96 0.35
HSL 27.72º 0.92% 0.34% -
HSV(B) 27.72º 0.96% 0.65% -
XYZ 18.42 13.75 1.88 -
YUV 97.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 165 80 7 0 0.52 0.96 0.35 27.72 0.92 0.34
Hex A5 50 7 0 34 60 23 1C 5C 22
Octal 245 120 7 0 64 140 43 34 134 42
Binary 10100101 1010000 111 0 110100 1100000 100011 11100 1011100 100010

Color Harmonies of #A55007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55007

Black with #A55007

Text Example


Text Example

White with #A55007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55007; }

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

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

background-color css

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

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

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

border-color css

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

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

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