#a83c0c

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

Shades of Rust #A83C0C

Tints of Rust #A83C0C

Color information

#A83C0C (or 0xA83C0C) is unknown color: approx Rust. HEX triplet: A8, 3C and 0C. RGB value is (168,60,12). Sum of RGB (Red+Green+Blue) = 168+60+12=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C0C is #57C3F3. Grayscale: #575757. Windows color (decimal): -5751796 or 801960. OLE color: 801960.

HSL color Cylindrical-coordinate representation of color #A83C0C: hue angle of 18.46º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A83C0C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1686012-
CMYK00.640.930.34
HSL18.46º86.67%35.29%-
HSV(B)18.46º92.86%65.88%-
XYZ17.8311.581.64-
YUV86.8285.78185.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 70%
GREEN value IS 60 (23.83% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 5%
R=70%
G=25%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168601200.640.930.3418.4686.6735.29
HexA83CC0405D22125723
Octal25074140100135422212743
Binary101010001111001100010000001011101100010100101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83c0c; }

 p { color: rgb(168,60,12); }

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

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

 a { background-color: rgb(168,60,12); }

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

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

 span { border-color: rgb(168,60,12); }

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