Html Css Color HEX #AD2303 Rust

📋 copy color: '#AD2303'

red 173 ◦ green 35 ◦ blue 3

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

Shades of Rust #AD2303

Tints of Rust #AD2303

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

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

R = 81.99%
G = 16.59%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD2303 (or 0xAD2303) is known color: Rust. HEX triplet: AD, 23 and 03. RGB value is (173,35,3). Sum of RGB (Red+Green+Blue) = 173+35+3=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2303 is #52DCFC. Grayscale: #484848. Windows color (decimal): -5430525 or 205741. OLE color: 205741.

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

Color convert

RGB 173 35 3 -
CMYK 0 0.80 0.98 0.32
HSL 11.29º 0.97% 0.35% -
HSV(B) 11.29º 0.98% 0.68% -
XYZ 17.85 10.09 1.09 -
YUV 72.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 173 35 3 0 0.80 0.98 0.32 11.29 0.97 0.35
Hex AD 23 3 0 50 62 20 B 61 23
Octal 255 43 3 0 120 142 40 13 141 43
Binary 10101101 100011 11 0 1010000 1100010 100000 1011 1100001 100011

Color Harmonies of #AD2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2303

Black with #AD2303

Text Example


Text Example

White with #AD2303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2303; }

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

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

background-color css

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

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

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

border-color css

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

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

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