#A34018

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

Shades of Rust #A34018

Tints of Rust #A34018

Color information

#A34018 (or 0xA34018) is unknown color: approx Rust. HEX triplet: A3, 40 and 18. RGB value is (163,64,24). Sum of RGB (Red+Green+Blue) = 163+64+24=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34018 is #5CBFE7. Grayscale: #595959. Windows color (decimal): -6078440 or 1589411. OLE color: 1589411.

HSL color Cylindrical-coordinate representation of color #A34018: hue angle of 17.27º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A34018 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1636424-
CMYK00.610.850.36
HSL17.27º74.33%36.67%-
HSV(B)17.27º85.28%63.92%-
XYZ17.111.522.19-
YUV89.0491.3180.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=64.94%
G=25.50%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163642400.610.850.3617.2774.3336.67
HexA3401803D5524114a25
Octal24310030075125442111245
Binary1010001110000001100001111011010101100100100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34018; }

 p { color: rgb(163,64,24); }

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

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

 a { background-color: rgb(163,64,24); }

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

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

 span { border-color: rgb(163,64,24); }

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