Html Css Color HEX #AD3419 Rust

📋 copy color: '#AD3419'

red 173 ◦ green 52 ◦ blue 25

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

Shades of Rust #AD3419

Tints of Rust #AD3419

RGB

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

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

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

R = 69.2%
G = 20.8%
B = 10%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD3419 (or 0xAD3419) is known color: Rust. HEX triplet: AD, 34 and 19. RGB value is (173,52,25). Sum of RGB (Red+Green+Blue) = 173+52+25=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3419 is #52CBE6. Grayscale: #555555. Windows color (decimal): -5426151 or 1651885. OLE color: 1651885.

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

Color convert

RGB 173 52 25 -
CMYK 0 0.70 0.86 0.32
HSL 10.95º 0.75% 0.39% -
HSV(B) 10.95º 0.86% 0.68% -
XYZ 18.64 11.41 2.14 -
YUV 85.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 173 52 25 0 0.70 0.86 0.32 10.95 0.75 0.39
Hex AD 34 19 0 46 56 20 B 4B 27
Octal 255 64 31 0 106 126 40 13 113 47
Binary 10101101 110100 11001 0 1000110 1010110 100000 1011 1001011 100111

Color Harmonies of #AD3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3419

Black with #AD3419

Text Example


Text Example

White with #AD3419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3419; }

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

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

background-color css

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

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

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

border-color css

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

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

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