#A83C0F

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

Shades of Rust #A83C0F

Tints of Rust #A83C0F

Color information

#A83C0F (or 0xA83C0F) is unknown color: approx Rust. HEX triplet: A8, 3C and 0F. RGB value is (168,60,15). Sum of RGB (Red+Green+Blue) = 168+60+15=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C0F is #57C3F0. Grayscale: #575757. Windows color (decimal): -5751793 or 998568. OLE color: 998568.

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

Color convert

RGB1686015-
CMYK00.640.910.34
HSL17.65º83.61%35.88%-
HSV(B)17.65º91.07%65.88%-
XYZ17.8511.591.75-
YUV87.1687.28185.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.14%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 15 (6.25% from 255) = 6.17%
R=69.14%
G=24.69%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168601500.640.910.3417.6583.6135.88
HexA83CF0405B22125424
Octal25074170100133422212444
Binary101010001111001111010000001011011100010100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83C0F; }

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

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

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

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

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

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

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

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