Html Css Color HEX #AD401F Rust

📋 copy color: '#AD401F'

red 173 ◦ green 64 ◦ blue 31

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

Shades of Rust #AD401F

Tints of Rust #AD401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 64.55%
G = 23.88%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD401F (or 0xAD401F) is known color: Rust. HEX triplet: AD, 40 and 1F. RGB value is (173,64,31). Sum of RGB (Red+Green+Blue) = 173+64+31=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD401F is #52BFE0. Grayscale: #5D5D5D. Windows color (decimal): -5423073 or 2048173. OLE color: 2048173.

HSL color Cylindrical-coordinate representation of color #AD401F: hue angle of 13.94º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD401F is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 31 -
CMYK 0 0.63 0.82 0.32
HSL 13.94º 0.7% 0.4% -
HSV(B) 13.94º 0.82% 0.68% -
XYZ 19.31 12.65 2.72 -
YUV 92.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 173 64 31 0 0.63 0.82 0.32 13.94 0.7 0.4
Hex AD 40 1F 0 3F 52 20 E 46 28
Octal 255 100 37 0 77 122 40 16 106 50
Binary 10101101 1000000 11111 0 111111 1010010 100000 1110 1000110 101000

Color Harmonies of #AD401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD401F

Black with #AD401F

Text Example


Text Example

White with #AD401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD401F; }

 p { color: rgb(173,64,31); }

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

background-color css

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

 a { background-color: rgb(173,64,31); }

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

border-color css

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

 span { border-color: rgb(173,64,31); }

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