#A83005

Color #A83005 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A83005

Tints of Rust #A83005

Color information

#A83005 (or 0xA83005) is unknown color: approx Rust. HEX triplet: A8, 30 and 05. RGB value is (168,48,5). Sum of RGB (Red+Green+Blue) = 168+48+5=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A83005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83005 is #57CFFA. Grayscale: #4F4F4F. Windows color (decimal): -5754875 or 340136. OLE color: 340136.

HSL color Cylindrical-coordinate representation of color #A83005: hue angle of 15.83º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A83005 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB168485-
CMYK00.710.970.34
HSL15.83º94.22%33.92%-
HSV(B)15.83º97.02%65.88%-
XYZ17.2310.451.25-
YUV78.9886.26191.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.02%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=76.02%
G=21.72%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16848500.710.970.3415.8394.2233.92
HexA83050476122105e22
Octal2506050107141422013642
Binary10101000110000101010001111100001100010100001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83005; }

 p { color: rgb(168,48,5); }

 H1.HeaderClassName
 {
   color: #A83005;
 }
 .AnyTagClassName
 {
   color: #A83005;
 }
</style>
background-color css

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

 a { background-color: rgb(168,48,5); }

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

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

 span { border-color: rgb(168,48,5); }

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