#a83418

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

Shades of Rust #A83418

Tints of Rust #A83418

Color information

#A83418 (or 0xA83418) is unknown color: approx Rust. HEX triplet: A8, 34 and 18. RGB value is (168,52,24). Sum of RGB (Red+Green+Blue) = 168+52+24=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A83418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83418 is #57CBE7. Grayscale: #535353. Windows color (decimal): -5753832 or 1586344. OLE color: 1586344.

HSL color Cylindrical-coordinate representation of color #A83418: hue angle of 11.67º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A83418 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB1685224-
CMYK00.690.860.34
HSL11.67º75%37.65%-
HSV(B)11.67º85.71%65.88%-
XYZ17.5410.852.03-
YUV83.4994.43188.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.85%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=68.85%
G=21.31%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168522400.690.860.3411.677537.65
HexA834180455622c4b26
Octal25064300105126421411346
Binary101010001101001100001000101101011010001011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83418; }

 p { color: rgb(168,52,24); }

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

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

 a { background-color: rgb(168,52,24); }

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

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

 span { border-color: rgb(168,52,24); }

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