Html Css Color HEX #AD3103 Rust

📋 copy color: '#AD3103'

red 173 ◦ green 49 ◦ blue 3

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

Shades of Rust #AD3103

Tints of Rust #AD3103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

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

R = 76.89%
G = 21.78%
B = 1.33%

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

#AD3103 (or 0xAD3103) is known color: Rust. HEX triplet: AD, 31 and 03. RGB value is (173,49,3). Sum of RGB (Red+Green+Blue) = 173+49+3=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3103 is #52CEFC. Grayscale: #515151. Windows color (decimal): -5426941 or 209325. OLE color: 209325.

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

Color convert

RGB 173 49 3 -
CMYK 0 0.72 0.98 0.32
HSL 16.24º 0.97% 0.35% -
HSV(B) 16.24º 0.98% 0.68% -
XYZ 18.35 11.09 1.26 -
YUV 80.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 173 49 3 0 0.72 0.98 0.32 16.24 0.97 0.35
Hex AD 31 3 0 48 62 20 10 61 23
Octal 255 61 3 0 110 142 40 20 141 43
Binary 10101101 110001 11 0 1001000 1100010 100000 10000 1100001 100011

Color Harmonies of #AD3103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3103

Black with #AD3103

Text Example


Text Example

White with #AD3103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3103; }

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

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

background-color css

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

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

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

border-color css

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

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

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