#A24302

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

Shades of Rust #A24302

Tints of Rust #A24302

Color information

#A24302 (or 0xA24302) is unknown color: approx Rust. HEX triplet: A2, 43 and 02. RGB value is (162,67,2). Sum of RGB (Red+Green+Blue) = 162+67+2=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A24302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24302 is #5DBCFD. Grayscale: #585858. Windows color (decimal): -6143230 or 148386. OLE color: 148386.

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

Color convert

RGB162672-
CMYK00.590.990.36
HSL24.38º97.56%32.16%-
HSV(B)24.38º98.77%63.53%-
XYZ16.9211.71.42-
YUV87.9979.47180.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.13%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=70.13%
G=29.00%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16267200.590.990.3624.3897.5632.16
HexA243203B6324186220
Octal2421032073143443014240
Binary1010001010000111001110111100011100100110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24302; }

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

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

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

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

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

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

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

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