#A23203

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

Shades of Rust #A23203

Tints of Rust #A23203

Color information

#A23203 (or 0xA23203) is unknown color: approx Rust. HEX triplet: A2, 32 and 03. RGB value is (162,50,3). Sum of RGB (Red+Green+Blue) = 162+50+3=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A23203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23203 is #5DCDFC. Grayscale: #4E4E4E. Windows color (decimal): -6147581 or 209570. OLE color: 209570.

HSL color Cylindrical-coordinate representation of color #A23203: hue angle of 17.74º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A23203 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB162503-
CMYK00.690.980.36
HSL17.74º96.36%32.35%-
HSV(B)17.74º98.15%63.53%-
XYZ16.069.971.16-
YUV78.1385.61187.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.35%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=75.35%
G=23.26%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16250300.690.980.3617.7496.3632.35
HexA23230456224126020
Octal2426230105142442214040
Binary1010001011001011010001011100010100100100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23203; }

 p { color: rgb(162,50,3); }

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

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

 a { background-color: rgb(162,50,3); }

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

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

 span { border-color: rgb(162,50,3); }

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