#AD4302

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

Shades of Rust #AD4302

Tints of Rust #AD4302

Color information

#AD4302 (or 0xAD4302) is unknown color: approx Rust. HEX triplet: AD, 43 and 02. RGB value is (173,67,2). Sum of RGB (Red+Green+Blue) = 173+67+2=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4302 is #52BCFD. Grayscale: #5B5B5B. Windows color (decimal): -5422334 or 148397. OLE color: 148397.

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

Color convert

RGB173672-
CMYK00.610.990.32
HSL22.81º97.71%34.31%-
HSV(B)22.81º98.84%67.84%-
XYZ19.2512.91.53-
YUV91.2877.62186.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.49%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=71.49%
G=27.69%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17367200.610.990.3222.8197.7134.31
HexAD43203D6320176222
Octal2551032075143402714242
Binary1010110110000111001111011100011100000101111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4302; }

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

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

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

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

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

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

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

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