Html Css Color HEX #AD3003 Rust

📋 copy color: '#AD3003'

red 173 ◦ green 48 ◦ blue 3

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

Shades of Rust #AD3003

Tints of Rust #AD3003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 77.23%
G = 21.43%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD3003 (or 0xAD3003) is known color: Rust. HEX triplet: AD, 30 and 03. RGB value is (173,48,3). Sum of RGB (Red+Green+Blue) = 173+48+3=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3003 is #52CFFC. Grayscale: #505050. Windows color (decimal): -5427197 or 209069. OLE color: 209069.

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

Color convert

RGB 173 48 3 -
CMYK 0 0.72 0.98 0.32
HSL 15.88º 0.97% 0.35% -
HSV(B) 15.88º 0.98% 0.68% -
XYZ 18.31 11 1.25 -
YUV 80.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 173 48 3 0 0.72 0.98 0.32 15.88 0.97 0.35
Hex AD 30 3 0 48 62 20 10 61 23
Octal 255 60 3 0 110 142 40 20 141 43
Binary 10101101 110000 11 0 1001000 1100010 100000 10000 1100001 100011

Color Harmonies of #AD3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3003

Black with #AD3003

Text Example


Text Example

White with #AD3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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