Html Css Color HEX #AD2501 Rust

📋 copy color: '#AD2501'

red 173 ◦ green 37 ◦ blue 1

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

Shades of Rust #AD2501

Tints of Rust #AD2501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

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

R = 81.99%
G = 17.54%
B = 0.47%

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

#AD2501 (or 0xAD2501) is known color: Rust. HEX triplet: AD, 25 and 01. RGB value is (173,37,1). Sum of RGB (Red+Green+Blue) = 173+37+1=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2501 is #52DAFE. Grayscale: #494949. Windows color (decimal): -5430015 or 75181. OLE color: 75181.

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

Color convert

RGB 173 37 1 -
CMYK 0 0.79 0.99 0.32
HSL 12.56º 0.99% 0.34% -
HSV(B) 12.56º 0.99% 0.68% -
XYZ 17.9 10.21 1.06 -
YUV 73.56 87.06 198.93 -
System Red Green Blue C M Y K H S L
Decimal 173 37 1 0 0.79 0.99 0.32 12.56 0.99 0.34
Hex AD 25 1 0 4F 63 20 D 63 22
Octal 255 45 1 0 117 143 40 15 143 42
Binary 10101101 100101 1 0 1001111 1100011 100000 1101 1100011 100010

Color Harmonies of #AD2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2501

Black with #AD2501

Text Example


Text Example

White with #AD2501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2501; }

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

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

background-color css

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

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

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

border-color css

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

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

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