Html Css Color HEX #AD401E Rust

📋 copy color: '#AD401E'

red 173 ◦ green 64 ◦ blue 30

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

Shades of Rust #AD401E

Tints of Rust #AD401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 64.79%
G = 23.97%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD401E (or 0xAD401E) is known color: Rust. HEX triplet: AD, 40 and 1E. RGB value is (173,64,30). Sum of RGB (Red+Green+Blue) = 173+64+30=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD401E is #52BFE1. Grayscale: #5C5C5C. Windows color (decimal): -5423074 or 1982637. OLE color: 1982637.

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

Color convert

RGB 173 64 30 -
CMYK 0 0.63 0.83 0.32
HSL 14.27º 0.7% 0.4% -
HSV(B) 14.27º 0.83% 0.68% -
XYZ 19.3 12.64 2.65 -
YUV 92.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 173 64 30 0 0.63 0.83 0.32 14.27 0.7 0.4
Hex AD 40 1E 0 3F 53 20 E 46 28
Octal 255 100 36 0 77 123 40 16 106 50
Binary 10101101 1000000 11110 0 111111 1010011 100000 1110 1000110 101000

Color Harmonies of #AD401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD401E

Black with #AD401E

Text Example


Text Example

White with #AD401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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