Html Css Color HEX #AD3203 Rust

📋 copy color: '#AD3203'

red 173 ◦ green 50 ◦ blue 3

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

Shades of Rust #AD3203

Tints of Rust #AD3203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

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

R = 76.55%
G = 22.12%
B = 1.33%

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

#AD3203 (or 0xAD3203) is known color: Rust. HEX triplet: AD, 32 and 03. RGB value is (173,50,3). Sum of RGB (Red+Green+Blue) = 173+50+3=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3203 is #52CDFC. Grayscale: #515151. Windows color (decimal): -5426685 or 209581. OLE color: 209581.

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

Color convert

RGB 173 50 3 -
CMYK 0 0.71 0.98 0.32
HSL 16.59º 0.97% 0.35% -
HSV(B) 16.59º 0.98% 0.68% -
XYZ 18.39 11.17 1.27 -
YUV 81.42 83.75 193.32 -
System Red Green Blue C M Y K H S L
Decimal 173 50 3 0 0.71 0.98 0.32 16.59 0.97 0.35
Hex AD 32 3 0 47 62 20 11 61 23
Octal 255 62 3 0 107 142 40 21 141 43
Binary 10101101 110010 11 0 1000111 1100010 100000 10001 1100001 100011

Color Harmonies of #AD3203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3203

Black with #AD3203

Text Example


Text Example

White with #AD3203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3203; }

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

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

background-color css

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

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

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

border-color css

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

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

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