Html Css Color HEX #AD2201 Rust

📋 copy color: '#AD2201'

red 173 ◦ green 34 ◦ blue 1

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

Shades of Rust #AD2201

Tints of Rust #AD2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

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

R = 83.17%
G = 16.35%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD2201 (or 0xAD2201) is known color: Rust. HEX triplet: AD, 22 and 01. RGB value is (173,34,1). Sum of RGB (Red+Green+Blue) = 173+34+1=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2201 is #52DDFE. Grayscale: #484848. Windows color (decimal): -5430783 or 74413. OLE color: 74413.

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

Color convert

RGB 173 34 1 -
CMYK 0 0.80 0.99 0.32
HSL 11.51º 0.99% 0.34% -
HSV(B) 11.51º 0.99% 0.68% -
XYZ 17.81 10.03 1.03 -
YUV 71.8 88.05 200.18 -
System Red Green Blue C M Y K H S L
Decimal 173 34 1 0 0.80 0.99 0.32 11.51 0.99 0.34
Hex AD 22 1 0 50 63 20 C 63 22
Octal 255 42 1 0 120 143 40 14 143 42
Binary 10101101 100010 1 0 1010000 1100011 100000 1100 1100011 100010

Color Harmonies of #AD2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2201

Black with #AD2201

Text Example


Text Example

White with #AD2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2201; }

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

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

background-color css

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

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

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

border-color css

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

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

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