Html Css Color HEX #AD421E Rust

📋 copy color: '#AD421E'

red 173 ◦ green 66 ◦ blue 30

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

Shades of Rust #AD421E

Tints of Rust #AD421E

RGB

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

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

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

R = 64.31%
G = 24.54%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD421E (or 0xAD421E) is known color: Rust. HEX triplet: AD, 42 and 1E. RGB value is (173,66,30). Sum of RGB (Red+Green+Blue) = 173+66+30=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD421E is #52BDE1. Grayscale: #5E5E5E. Windows color (decimal): -5422562 or 1983149. OLE color: 1983149.

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

Color convert

RGB 173 66 30 -
CMYK 0 0.62 0.83 0.32
HSL 15.1º 0.7% 0.4% -
HSV(B) 15.1º 0.83% 0.68% -
XYZ 19.42 12.87 2.69 -
YUV 93.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 173 66 30 0 0.62 0.83 0.32 15.1 0.7 0.4
Hex AD 42 1E 0 3E 53 20 F 46 28
Octal 255 102 36 0 76 123 40 17 106 50
Binary 10101101 1000010 11110 0 111110 1010011 100000 1111 1000110 101000

Color Harmonies of #AD421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD421E

Black with #AD421E

Text Example


Text Example

White with #AD421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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