Html Css Color HEX #AD2C01 Rust

📋 copy color: '#AD2C01'

red 173 ◦ green 44 ◦ blue 1

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

Shades of Rust #AD2C01

Tints of Rust #AD2C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.18%

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

R = 79.36%
G = 20.18%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD2C01 (or 0xAD2C01) is known color: Rust. HEX triplet: AD, 2C and 01. RGB value is (173,44,1). Sum of RGB (Red+Green+Blue) = 173+44+1=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C01 is #52D3FE. Grayscale: #4D4D4D. Windows color (decimal): -5428223 or 76973. OLE color: 76973.

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

Color convert

RGB 173 44 1 -
CMYK 0 0.75 0.99 0.32
HSL 15º 0.99% 0.34% -
HSV(B) 15º 0.99% 0.68% -
XYZ 18.14 10.69 1.14 -
YUV 77.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 173 44 1 0 0.75 0.99 0.32 15 0.99 0.34
Hex AD 2C 1 0 4B 63 20 F 63 22
Octal 255 54 1 0 113 143 40 17 143 42
Binary 10101101 101100 1 0 1001011 1100011 100000 1111 1100011 100010

Color Harmonies of #AD2C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C01

Black with #AD2C01

Text Example


Text Example

White with #AD2C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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