#A23915

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

Shades of Rust #A23915

Tints of Rust #A23915

Color information

#A23915 (or 0xA23915) is unknown color: approx Rust. HEX triplet: A2, 39 and 15. RGB value is (162,57,21). Sum of RGB (Red+Green+Blue) = 162+57+21=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A23915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23915 is #5DC6EA. Grayscale: #545454. Windows color (decimal): -6145771 or 1391010. OLE color: 1391010.

HSL color Cylindrical-coordinate representation of color #A23915: hue angle of 15.32º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A23915 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1625721-
CMYK00.650.870.36
HSL15.32º77.05%35.88%-
HSV(B)15.32º87.04%63.53%-
XYZ16.510.661.9-
YUV84.2992.29183.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=67.5%
G=23.75%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162572100.650.870.3615.3277.0535.88
HexA239150415724f4d24
Octal24271250101127441711544
Binary101000101110011010101000001101011110010011111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23915; }

 p { color: rgb(162,57,21); }

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

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

 a { background-color: rgb(162,57,21); }

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

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

 span { border-color: rgb(162,57,21); }

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