#AD2A02

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

Shades of Rust #AD2A02

Tints of Rust #AD2A02

Color information

#AD2A02 (or 0xAD2A02) is unknown color: approx Rust. HEX triplet: AD, 2A and 02. RGB value is (173,42,2). Sum of RGB (Red+Green+Blue) = 173+42+2=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A02 is #52D5FD. Grayscale: #4C4C4C. Windows color (decimal): -5428734 or 141997. OLE color: 141997.

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

Color convert

RGB173422-
CMYK00.760.990.32
HSL14.04º97.71%34.31%-
HSV(B)14.04º98.84%67.84%-
XYZ18.0710.541.14-
YUV76.6185.9196.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 79.72%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=79.72%
G=19.35%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17342200.760.990.3214.0497.7134.31
HexAD2A204C6320e6222
Octal2555220114143401614242
Binary101011011010101001001100110001110000011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2A02; }

 p { color: rgb(173,42,2); }

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

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

 a { background-color: rgb(173,42,2); }

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

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

 span { border-color: rgb(173,42,2); }

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