Html Css Color HEX #AD3319 Rust

📋 copy color: '#AD3319'

red 173 ◦ green 51 ◦ blue 25

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

Shades of Rust #AD3319

Tints of Rust #AD3319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 69.48%
G = 20.48%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD3319 (or 0xAD3319) is known color: Rust. HEX triplet: AD, 33 and 19. RGB value is (173,51,25). Sum of RGB (Red+Green+Blue) = 173+51+25=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3319 is #52CCE6. Grayscale: #545454. Windows color (decimal): -5426407 or 1651629. OLE color: 1651629.

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

Color convert

RGB 173 51 25 -
CMYK 0 0.71 0.86 0.32
HSL 10.54º 0.75% 0.39% -
HSV(B) 10.54º 0.86% 0.68% -
XYZ 18.59 11.32 2.13 -
YUV 84.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 173 51 25 0 0.71 0.86 0.32 10.54 0.75 0.39
Hex AD 33 19 0 47 56 20 B 4B 27
Octal 255 63 31 0 107 126 40 13 113 47
Binary 10101101 110011 11001 0 1000111 1010110 100000 1011 1001011 100111

Color Harmonies of #AD3319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3319

Black with #AD3319

Text Example


Text Example

White with #AD3319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3319; }

 p { color: rgb(173,51,25); }

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

background-color css

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

 a { background-color: rgb(173,51,25); }

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

border-color css

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

 span { border-color: rgb(173,51,25); }

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