Html Css Color HEX #AD3301 Rust

📋 copy color: '#AD3301'

red 173 ◦ green 51 ◦ blue 1

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

Shades of Rust #AD3301

Tints of Rust #AD3301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 76.89%
G = 22.67%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD3301 (or 0xAD3301) is known color: Rust. HEX triplet: AD, 33 and 01. RGB value is (173,51,1). Sum of RGB (Red+Green+Blue) = 173+51+1=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3301 is #52CCFE. Grayscale: #525252. Windows color (decimal): -5426431 or 78765. OLE color: 78765.

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

Color convert

RGB 173 51 1 -
CMYK 0 0.71 0.99 0.32
HSL 17.44º 0.99% 0.34% -
HSV(B) 17.44º 0.99% 0.68% -
XYZ 18.42 11.25 1.23 -
YUV 81.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 173 51 1 0 0.71 0.99 0.32 17.44 0.99 0.34
Hex AD 33 1 0 47 63 20 11 63 22
Octal 255 63 1 0 107 143 40 21 143 42
Binary 10101101 110011 1 0 1000111 1100011 100000 10001 1100011 100010

Color Harmonies of #AD3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3301

Black with #AD3301

Text Example


Text Example

White with #AD3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3301; }

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

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

background-color css

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

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

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

border-color css

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

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

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