Html Css Color HEX #AD2401 Rust

📋 copy color: '#AD2401'

red 173 ◦ green 36 ◦ blue 1

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

Shades of Rust #AD2401

Tints of Rust #AD2401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 82.38%
G = 17.14%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD2401 (or 0xAD2401) is known color: Rust. HEX triplet: AD, 24 and 01. RGB value is (173,36,1). Sum of RGB (Red+Green+Blue) = 173+36+1=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2401 is #52DBFE. Grayscale: #494949. Windows color (decimal): -5430271 or 74925. OLE color: 74925.

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

Color convert

RGB 173 36 1 -
CMYK 0 0.79 0.99 0.32
HSL 12.21º 0.99% 0.34% -
HSV(B) 12.21º 0.99% 0.68% -
XYZ 17.87 10.15 1.05 -
YUV 72.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 173 36 1 0 0.79 0.99 0.32 12.21 0.99 0.34
Hex AD 24 1 0 4F 63 20 C 63 22
Octal 255 44 1 0 117 143 40 14 143 42
Binary 10101101 100100 1 0 1001111 1100011 100000 1100 1100011 100010

Color Harmonies of #AD2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2401

Black with #AD2401

Text Example


Text Example

White with #AD2401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2401; }

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

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

background-color css

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

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

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

border-color css

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

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

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