#A23F15

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

Shades of Rust #A23F15

Tints of Rust #A23F15

Color information

#A23F15 (or 0xA23F15) is unknown color: approx Rust. HEX triplet: A2, 3F and 15. RGB value is (162,63,21). Sum of RGB (Red+Green+Blue) = 162+63+21=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F15 is #5DC0EA. Grayscale: #585858. Windows color (decimal): -6144235 or 1392546. OLE color: 1392546.

HSL color Cylindrical-coordinate representation of color #A23F15: hue angle of 17.87º 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 #A23F15 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1626321-
CMYK00.610.870.36
HSL17.87º77.05%35.88%-
HSV(B)17.87º87.04%63.53%-
XYZ16.8111.292-
YUV87.8190.3180.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.85%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=65.85%
G=25.61%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162632100.610.870.3617.8777.0535.88
HexA23F1503D5724124d24
Octal2427725075127442211544
Binary101000101111111010101111011010111100100100101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F15; }

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

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

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

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

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

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

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

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