Html Css Color HEX #AD3314 Rust

📋 copy color: '#AD3314'

red 173 ◦ green 51 ◦ blue 20

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

Shades of Rust #AD3314

Tints of Rust #AD3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 70.9%
G = 20.9%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD3314 (or 0xAD3314) is known color: Rust. HEX triplet: AD, 33 and 14. RGB value is (173,51,20). Sum of RGB (Red+Green+Blue) = 173+51+20=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3314 is #52CCEB. Grayscale: #545454. Windows color (decimal): -5426412 or 1323949. OLE color: 1323949.

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

Color convert

RGB 173 51 20 -
CMYK 0 0.71 0.88 0.32
HSL 12.16º 0.79% 0.38% -
HSV(B) 12.16º 0.88% 0.68% -
XYZ 18.54 11.3 1.87 -
YUV 83.94 91.92 191.52 -
System Red Green Blue C M Y K H S L
Decimal 173 51 20 0 0.71 0.88 0.32 12.16 0.79 0.38
Hex AD 33 14 0 47 58 20 C 4F 26
Octal 255 63 24 0 107 130 40 14 117 46
Binary 10101101 110011 10100 0 1000111 1011000 100000 1100 1001111 100110

Color Harmonies of #AD3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3314

Black with #AD3314

Text Example


Text Example

White with #AD3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3314; }

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

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

background-color css

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

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

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

border-color css

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

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

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