#A23303

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

Shades of Rust #A23303

Tints of Rust #A23303

Color information

#A23303 (or 0xA23303) is unknown color: approx Rust. HEX triplet: A2, 33 and 03. RGB value is (162,51,3). Sum of RGB (Red+Green+Blue) = 162+51+3=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A23303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23303 is #5DCCFC. Grayscale: #4F4F4F. Windows color (decimal): -6147325 or 209826. OLE color: 209826.

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

Color convert

RGB162513-
CMYK00.690.980.36
HSL18.11º96.36%32.35%-
HSV(B)18.11º98.15%63.53%-
XYZ16.110.061.18-
YUV78.7285.27187.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 3 (1.56% from 255) = 1.39%
R=75%
G=23.61%
B=1.39%

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
Decimal16251300.690.980.3618.1196.3632.35
HexA23330456224126020
Octal2426330105142442214040
Binary1010001011001111010001011100010100100100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23303; }

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

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

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

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

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

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

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

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