Html Css Color HEX #AD3304 Rust

📋 copy color: '#AD3304'

red 173 ◦ green 51 ◦ blue 4

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

Shades of Rust #AD3304

Tints of Rust #AD3304

RGB

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

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

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

R = 75.88%
G = 22.37%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD3304 (or 0xAD3304) is known color: Rust. HEX triplet: AD, 33 and 04. RGB value is (173,51,4). Sum of RGB (Red+Green+Blue) = 173+51+4=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3304 is #52CCFB. Grayscale: #525252. Windows color (decimal): -5426428 or 275373. OLE color: 275373.

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

Color convert

RGB 173 51 4 -
CMYK 0 0.71 0.98 0.32
HSL 16.69º 0.95% 0.35% -
HSV(B) 16.69º 0.98% 0.68% -
XYZ 18.44 11.26 1.32 -
YUV 82.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 173 51 4 0 0.71 0.98 0.32 16.69 0.95 0.35
Hex AD 33 4 0 47 62 20 11 5F 23
Octal 255 63 4 0 107 142 40 21 137 43
Binary 10101101 110011 100 0 1000111 1100010 100000 10001 1011111 100011

Color Harmonies of #AD3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3304

Black with #AD3304

Text Example


Text Example

White with #AD3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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