#A23002

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

Shades of Rust #A23002

Tints of Rust #A23002

Color information

#A23002 (or 0xA23002) is unknown color: approx Rust. HEX triplet: A2, 30 and 02. RGB value is (162,48,2). Sum of RGB (Red+Green+Blue) = 162+48+2=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A23002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23002 is #5DCFFD. Grayscale: #4D4D4D. Windows color (decimal): -6148094 or 143522. OLE color: 143522.

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

Color convert

RGB162482-
CMYK00.700.990.36
HSL17.25º97.56%32.16%-
HSV(B)17.25º98.77%63.53%-
XYZ15.979.81.11-
YUV76.8485.77188.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.42%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=76.42%
G=22.64%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16248200.700.990.3617.2597.5632.16
HexA23020466324116220
Octal2426020106143442114240
Binary1010001011000010010001101100011100100100011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23002; }

 p { color: rgb(162,48,2); }

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

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

 a { background-color: rgb(162,48,2); }

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

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

 span { border-color: rgb(162,48,2); }

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