Html Css Color HEX #AD3001 Rust

📋 copy color: '#AD3001'

red 173 ◦ green 48 ◦ blue 1

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

Shades of Rust #AD3001

Tints of Rust #AD3001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

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

R = 77.93%
G = 21.62%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD3001 (or 0xAD3001) is known color: Rust. HEX triplet: AD, 30 and 01. RGB value is (173,48,1). Sum of RGB (Red+Green+Blue) = 173+48+1=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3001 is #52CFFE. Grayscale: #505050. Windows color (decimal): -5427199 or 77997. OLE color: 77997.

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

Color convert

RGB 173 48 1 -
CMYK 0 0.72 0.99 0.32
HSL 16.4º 0.99% 0.34% -
HSV(B) 16.4º 0.99% 0.68% -
XYZ 18.3 11 1.19 -
YUV 80.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 173 48 1 0 0.72 0.99 0.32 16.4 0.99 0.34
Hex AD 30 1 0 48 63 20 10 63 22
Octal 255 60 1 0 110 143 40 20 143 42
Binary 10101101 110000 1 0 1001000 1100011 100000 10000 1100011 100010

Color Harmonies of #AD3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3001

Black with #AD3001

Text Example


Text Example

White with #AD3001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3001; }

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

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

background-color css

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

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

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

border-color css

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

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

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