Html Css Color HEX #AD421D Rust

📋 copy color: '#AD421D'

red 173 ◦ green 66 ◦ blue 29

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

Shades of Rust #AD421D

Tints of Rust #AD421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 64.55%
G = 24.63%
B = 10.82%

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

#AD421D (or 0xAD421D) is known color: Rust. HEX triplet: AD, 42 and 1D. RGB value is (173,66,29). Sum of RGB (Red+Green+Blue) = 173+66+29=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD421D is #52BDE2. Grayscale: #5E5E5E. Windows color (decimal): -5422563 or 1917613. OLE color: 1917613.

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

Color convert

RGB 173 66 29 -
CMYK 0 0.62 0.83 0.32
HSL 15.42º 0.71% 0.4% -
HSV(B) 15.42º 0.83% 0.68% -
XYZ 19.4 12.87 2.62 -
YUV 93.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 173 66 29 0 0.62 0.83 0.32 15.42 0.71 0.4
Hex AD 42 1D 0 3E 53 20 F 47 28
Octal 255 102 35 0 76 123 40 17 107 50
Binary 10101101 1000010 11101 0 111110 1010011 100000 1111 1000111 101000

Color Harmonies of #AD421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD421D

Black with #AD421D

Text Example


Text Example

White with #AD421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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