#AD361D

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

Shades of Rust #AD361D

Tints of Rust #AD361D

Color information

#AD361D (or 0xAD361D) is unknown color: approx Rust. HEX triplet: AD, 36 and 1D. RGB value is (173,54,29). Sum of RGB (Red+Green+Blue) = 173+54+29=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD361D is #52C9E2. Grayscale: #565656. Windows color (decimal): -5425635 or 1914541. OLE color: 1914541.

HSL color Cylindrical-coordinate representation of color #AD361D: hue angle of 10.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD361D is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1735429-
CMYK00.690.830.32
HSL10.42º71.29%39.61%-
HSV(B)10.42º83.24%67.84%-
XYZ18.7711.612.41-
YUV86.7395.42189.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.58%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 29 (11.72% from 255) = 11.33%
R=67.58%
G=21.09%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173542900.690.830.3210.4271.2939.61
HexAD361D0455320a4728
Octal25566350105123401210750
Binary101011011101101110101000101101001110000010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD361D; }

 p { color: rgb(173,54,29); }

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

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

 a { background-color: rgb(173,54,29); }

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

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

 span { border-color: rgb(173,54,29); }

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