#AD2702

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

Shades of Rust #AD2702

Tints of Rust #AD2702

Color information

#AD2702 (or 0xAD2702) is unknown color: approx Rust. HEX triplet: AD, 27 and 02. RGB value is (173,39,2). Sum of RGB (Red+Green+Blue) = 173+39+2=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2702 is #52D8FD. Grayscale: #4B4B4B. Windows color (decimal): -5429502 or 141229. OLE color: 141229.

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

Color convert

RGB173392-
CMYK00.770.990.32
HSL12.98º97.71%34.31%-
HSV(B)12.98º98.84%67.84%-
XYZ17.9710.341.11-
YUV74.8586.89198.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 80.84%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=80.84%
G=18.22%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17339200.770.990.3212.9897.7134.31
HexAD27204D6320d6222
Octal2554720115143401514242
Binary101011011001111001001101110001110000011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2702; }

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

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

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

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

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

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

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

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