#A83F0C

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

Shades of Rust #A83F0C

Tints of Rust #A83F0C

Color information

#A83F0C (or 0xA83F0C) is unknown color: approx Rust. HEX triplet: A8, 3F and 0C. RGB value is (168,63,12). Sum of RGB (Red+Green+Blue) = 168+63+12=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83F0C is #57C0F3. Grayscale: #585858. Windows color (decimal): -5751028 or 802728. OLE color: 802728.

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

Color convert

RGB1686312-
CMYK00.630.930.34
HSL19.62º86.67%35.29%-
HSV(B)19.62º92.86%65.88%-
XYZ17.9911.911.7-
YUV88.5884.79184.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.14%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 12 (5.08% from 255) = 4.94%
R=69.14%
G=25.93%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168631200.630.930.3419.6286.6735.29
HexA83FC03F5D22145723
Octal2507714077135422412743
Binary10101000111111110001111111011101100010101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83F0C; }

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

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

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

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

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

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

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

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