Html Css Color HEX #AD3E1E Rust

📋 copy color: '#AD3E1E'

red 173 ◦ green 62 ◦ blue 30

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

Shades of Rust #AD3E1E

Tints of Rust #AD3E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.4%

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 65.28%
G = 23.4%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD3E1E (or 0xAD3E1E) is known color: Rust. HEX triplet: AD, 3E and 1E. RGB value is (173,62,30). Sum of RGB (Red+Green+Blue) = 173+62+30=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E1E is #52C1E1. Grayscale: #5B5B5B. Windows color (decimal): -5423586 or 1982125. OLE color: 1982125.

HSL color Cylindrical-coordinate representation of color #AD3E1E: hue angle of 13.43º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD3E1E is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 62 30 -
CMYK 0 0.64 0.83 0.32
HSL 13.43º 0.7% 0.4% -
HSV(B) 13.43º 0.83% 0.68% -
XYZ 19.19 12.42 2.61 -
YUV 91.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 173 62 30 0 0.64 0.83 0.32 13.43 0.7 0.4
Hex AD 3E 1E 0 40 53 20 D 46 28
Octal 255 76 36 0 100 123 40 15 106 50
Binary 10101101 111110 11110 0 1000000 1010011 100000 1101 1000110 101000

Color Harmonies of #AD3E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E1E

Black with #AD3E1E

Text Example


Text Example

White with #AD3E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E1E; }

 p { color: rgb(173,62,30); }

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

background-color css

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

 a { background-color: rgb(173,62,30); }

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

border-color css

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

 span { border-color: rgb(173,62,30); }

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