#A23415

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

Shades of Rust #A23415

Tints of Rust #A23415

Color information

#A23415 (or 0xA23415) is unknown color: approx Rust. HEX triplet: A2, 34 and 15. RGB value is (162,52,21). Sum of RGB (Red+Green+Blue) = 162+52+21=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A23415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23415 is #5DCBEA. Grayscale: #515151. Windows color (decimal): -6147051 or 1389730. OLE color: 1389730.

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

Color convert

RGB1625221-
CMYK00.680.870.36
HSL13.19º77.05%35.88%-
HSV(B)13.19º87.04%63.53%-
XYZ16.2610.191.82-
YUV81.3693.94185.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.94%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=68.94%
G=22.13%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162522100.680.870.3613.1977.0535.88
HexA234150445724d4d24
Octal24264250104127441511544
Binary101000101101001010101000100101011110010011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23415; }

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

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

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

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

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

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

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

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