Html Css Color HEX #AD3B05 Rust

📋 copy color: '#AD3B05'

red 173 ◦ green 59 ◦ blue 5

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

Shades of Rust #AD3B05

Tints of Rust #AD3B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.89%

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

R = 73%
G = 24.89%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD3B05 (or 0xAD3B05) is known color: Rust. HEX triplet: AD, 3B and 05. RGB value is (173,59,5). Sum of RGB (Red+Green+Blue) = 173+59+5=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3B05 is #52C4FA. Grayscale: #575757. Windows color (decimal): -5424379 or 342957. OLE color: 342957.

HSL color Cylindrical-coordinate representation of color #AD3B05: hue angle of 19.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 #AD3B05 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 59 5 -
CMYK 0 0.66 0.97 0.32
HSL 19.29º 0.94% 0.35% -
HSV(B) 19.29º 0.97% 0.68% -
XYZ 18.82 12.02 1.47 -
YUV 86.93 81.77 189.39 -
System Red Green Blue C M Y K H S L
Decimal 173 59 5 0 0.66 0.97 0.32 19.29 0.94 0.35
Hex AD 3B 5 0 42 61 20 13 5E 23
Octal 255 73 5 0 102 141 40 23 136 43
Binary 10101101 111011 101 0 1000010 1100001 100000 10011 1011110 100011

Color Harmonies of #AD3B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3B05

Black with #AD3B05

Text Example


Text Example

White with #AD3B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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