Html Css Color HEX #AD2F14 Rust

📋 copy color: '#AD2F14'

red 173 ◦ green 47 ◦ blue 20

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

Shades of Rust #AD2F14

Tints of Rust #AD2F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

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

R = 72.08%
G = 19.58%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2F14 (or 0xAD2F14) is known color: Rust. HEX triplet: AD, 2F and 14. RGB value is (173,47,20). Sum of RGB (Red+Green+Blue) = 173+47+20=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F14 is #52D0EB. Grayscale: #515151. Windows color (decimal): -5427436 or 1322925. OLE color: 1322925.

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

Color convert

RGB 173 47 20 -
CMYK 0 0.73 0.88 0.32
HSL 10.59º 0.79% 0.38% -
HSV(B) 10.59º 0.88% 0.68% -
XYZ 18.38 10.97 1.81 -
YUV 81.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 173 47 20 0 0.73 0.88 0.32 10.59 0.79 0.38
Hex AD 2F 14 0 49 58 20 B 4F 26
Octal 255 57 24 0 111 130 40 13 117 46
Binary 10101101 101111 10100 0 1001001 1011000 100000 1011 1001111 100110

Color Harmonies of #AD2F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F14

Black with #AD2F14

Text Example


Text Example

White with #AD2F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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