#AD2B00

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

Shades of Rust #AD2B00

Tints of Rust #AD2B00

Color information

#AD2B00 (or 0xAD2B00) is unknown color: approx Rust. HEX triplet: AD, 2B and 00. RGB value is (173,43,0). Sum of RGB (Red+Green+Blue) = 173+43+0=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B00 is #52D4FF. Grayscale: #4D4D4D. Windows color (decimal): -5428480 or 11181. OLE color: 11181.

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

Color convert

RGB173430-
CMYK00.7510.32
HSL14.91º100%33.92%-
HSV(B)14.91º100%67.84%-
XYZ18.110.611.09-
YUV76.9784.57196.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 80.09%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.09%
G=19.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17343000.7510.3214.9110033.92
HexAD2B004B6420f6422
Octal2555300113144401714442
Binary10101101101011001001011110010010000011111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2B00; }

 p { color: rgb(173,43,0); }

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

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

 a { background-color: rgb(173,43,0); }

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

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

 span { border-color: rgb(173,43,0); }

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