Html Css Color HEX #AD2D05 Rust

📋 copy color: '#AD2D05'

red 173 ◦ green 45 ◦ blue 5

#AD2D05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #AD2D05

Tints of Rust #AD2D05

RGB

 RED value IS 173 (67.97% from 255) = 77.58%

 GREEN value IS 45 (17.97% from 255) = 20.18%

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 77.58%
G = 20.18%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD2D05 (or 0xAD2D05) is known color: Rust. HEX triplet: AD, 2D and 05. RGB value is (173,45,5). Sum of RGB (Red+Green+Blue) = 173+45+5=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D05 is #52D2FA. Grayscale: #4E4E4E. Windows color (decimal): -5427963 or 339373. OLE color: 339373.

HSL color Cylindrical-coordinate representation of color #AD2D05: hue angle of 14.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD2D05 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 45 5 -
CMYK 0 0.74 0.97 0.32
HSL 14.29º 0.94% 0.35% -
HSV(B) 14.29º 0.97% 0.68% -
XYZ 18.2 10.77 1.26 -
YUV 78.71 86.41 195.25 -
System Red Green Blue C M Y K H S L
Decimal 173 45 5 0 0.74 0.97 0.32 14.29 0.94 0.35
Hex AD 2D 5 0 4A 61 20 E 5E 23
Octal 255 55 5 0 112 141 40 16 136 43
Binary 10101101 101101 101 0 1001010 1100001 100000 1110 1011110 100011

Color Harmonies of #AD2D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D05

Black with #AD2D05

Text Example


Text Example

White with #AD2D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D05; }

 p { color: rgb(173,45,5); }

 H1.HeaderClassName
 {
   color: #AD2D05;
 }
 .AnyTagClassName
 {
   color: #AD2D05;
 }
</style>

background-color css

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

 a { background-color: rgb(173,45,5); }

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

border-color css

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

 span { border-color: rgb(173,45,5); }

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