Html Css Color HEX #AD401C Rust

📋 copy color: '#AD401C'

red 173 ◦ green 64 ◦ blue 28

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

Shades of Rust #AD401C

Tints of Rust #AD401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 65.28%
G = 24.15%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD401C (or 0xAD401C) is known color: Rust. HEX triplet: AD, 40 and 1C. RGB value is (173,64,28). Sum of RGB (Red+Green+Blue) = 173+64+28=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD401C is #52BFE3. Grayscale: #5C5C5C. Windows color (decimal): -5423076 or 1851565. OLE color: 1851565.

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

Color convert

RGB 173 64 28 -
CMYK 0 0.63 0.84 0.32
HSL 14.9º 0.72% 0.39% -
HSV(B) 14.9º 0.84% 0.68% -
XYZ 19.28 12.63 2.52 -
YUV 92.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 173 64 28 0 0.63 0.84 0.32 14.9 0.72 0.39
Hex AD 40 1C 0 3F 54 20 F 48 27
Octal 255 100 34 0 77 124 40 17 110 47
Binary 10101101 1000000 11100 0 111111 1010100 100000 1111 1001000 100111

Color Harmonies of #AD401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD401C

Black with #AD401C

Text Example


Text Example

White with #AD401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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