Html Css Color HEX #AD2A01 Rust

📋 copy color: '#AD2A01'

red 173 ◦ green 42 ◦ blue 1

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

Shades of Rust #AD2A01

Tints of Rust #AD2A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.44%

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

R = 80.09%
G = 19.44%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD2A01 (or 0xAD2A01) is known color: Rust. HEX triplet: AD, 2A and 01. RGB value is (173,42,1). Sum of RGB (Red+Green+Blue) = 173+42+1=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A01 is #52D5FE. Grayscale: #4C4C4C. Windows color (decimal): -5428735 or 76461. OLE color: 76461.

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

Color convert

RGB 173 42 1 -
CMYK 0 0.76 0.99 0.32
HSL 14.3º 0.99% 0.34% -
HSV(B) 14.3º 0.99% 0.68% -
XYZ 18.07 10.54 1.11 -
YUV 76.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 173 42 1 0 0.76 0.99 0.32 14.3 0.99 0.34
Hex AD 2A 1 0 4C 63 20 E 63 22
Octal 255 52 1 0 114 143 40 16 143 42
Binary 10101101 101010 1 0 1001100 1100011 100000 1110 1100011 100010

Color Harmonies of #AD2A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2A01

Black with #AD2A01

Text Example


Text Example

White with #AD2A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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