#A24402

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

Shades of Rust #A24402

Tints of Rust #A24402

Color information

#A24402 (or 0xA24402) is unknown color: approx Rust. HEX triplet: A2, 44 and 02. RGB value is (162,68,2). Sum of RGB (Red+Green+Blue) = 162+68+2=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A24402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24402 is #5DBBFD. Grayscale: #585858. Windows color (decimal): -6142974 or 148642. OLE color: 148642.

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

Color convert

RGB162682-
CMYK00.580.990.36
HSL24.75º97.56%32.16%-
HSV(B)24.75º98.77%63.53%-
XYZ16.9811.821.44-
YUV88.5879.14180.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=69.83%
G=29.31%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16268200.580.990.3624.7597.5632.16
HexA244203A6324196220
Octal2421042072143443114240
Binary1010001010001001001110101100011100100110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24402; }

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

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

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

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

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

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

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

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