Html Css Color HEX #AD421C Rust

📋 copy color: '#AD421C'

red 173 ◦ green 66 ◦ blue 28

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

Shades of Rust #AD421C

Tints of Rust #AD421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 64.79%
G = 24.72%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD421C (or 0xAD421C) is known color: Rust. HEX triplet: AD, 42 and 1C. RGB value is (173,66,28). Sum of RGB (Red+Green+Blue) = 173+66+28=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD421C is #52BDE3. Grayscale: #5D5D5D. Windows color (decimal): -5422564 or 1852077. OLE color: 1852077.

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

Color convert

RGB 173 66 28 -
CMYK 0 0.62 0.84 0.32
HSL 15.72º 0.72% 0.39% -
HSV(B) 15.72º 0.84% 0.68% -
XYZ 19.39 12.86 2.56 -
YUV 93.66 90.95 184.59 -
System Red Green Blue C M Y K H S L
Decimal 173 66 28 0 0.62 0.84 0.32 15.72 0.72 0.39
Hex AD 42 1C 0 3E 54 20 10 48 27
Octal 255 102 34 0 76 124 40 20 110 47
Binary 10101101 1000010 11100 0 111110 1010100 100000 10000 1001000 100111

Color Harmonies of #AD421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD421C

Black with #AD421C

Text Example


Text Example

White with #AD421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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