Html Css Color HEX #AD2904 Rust

📋 copy color: '#AD2904'

red 173 ◦ green 41 ◦ blue 4

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

Shades of Rust #AD2904

Tints of Rust #AD2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 79.36%
G = 18.81%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD2904 (or 0xAD2904) is known color: Rust. HEX triplet: AD, 29 and 04. RGB value is (173,41,4). Sum of RGB (Red+Green+Blue) = 173+41+4=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2904 is #52D6FB. Grayscale: #4C4C4C. Windows color (decimal): -5428988 or 272813. OLE color: 272813.

HSL color Cylindrical-coordinate representation of color #AD2904: hue angle of 13.14º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD2904 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 41 4 -
CMYK 0 0.76 0.98 0.32
HSL 13.14º 0.95% 0.35% -
HSV(B) 13.14º 0.98% 0.68% -
XYZ 18.05 10.48 1.19 -
YUV 76.25 87.23 197.01 -
System Red Green Blue C M Y K H S L
Decimal 173 41 4 0 0.76 0.98 0.32 13.14 0.95 0.35
Hex AD 29 4 0 4C 62 20 D 5F 23
Octal 255 51 4 0 114 142 40 15 137 43
Binary 10101101 101001 100 0 1001100 1100010 100000 1101 1011111 100011

Color Harmonies of #AD2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2904

Black with #AD2904

Text Example


Text Example

White with #AD2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2904; }

 p { color: rgb(173,41,4); }

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

background-color css

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

 a { background-color: rgb(173,41,4); }

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

border-color css

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

 span { border-color: rgb(173,41,4); }

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