Html Css Color HEX #AD3405 Rust

📋 copy color: '#AD3405'

red 173 ◦ green 52 ◦ blue 5

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

Shades of Rust #AD3405

Tints of Rust #AD3405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 75.22%
G = 22.61%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD3405 (or 0xAD3405) is known color: Rust. HEX triplet: AD, 34 and 05. RGB value is (173,52,5). Sum of RGB (Red+Green+Blue) = 173+52+5=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3405 is #52CBFA. Grayscale: #535353. Windows color (decimal): -5426171 or 341165. OLE color: 341165.

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

Color convert

RGB 173 52 5 -
CMYK 0 0.70 0.97 0.32
HSL 16.79º 0.94% 0.35% -
HSV(B) 16.79º 0.97% 0.68% -
XYZ 18.49 11.35 1.36 -
YUV 82.82 84.09 192.32 -
System Red Green Blue C M Y K H S L
Decimal 173 52 5 0 0.70 0.97 0.32 16.79 0.94 0.35
Hex AD 34 5 0 46 61 20 11 5E 23
Octal 255 64 5 0 106 141 40 21 136 43
Binary 10101101 110100 101 0 1000110 1100001 100000 10001 1011110 100011

Color Harmonies of #AD3405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3405

Black with #AD3405

Text Example


Text Example

White with #AD3405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3405; }

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

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

background-color css

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

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

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

border-color css

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

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

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