Html Css Color HEX #AD451D Rust

📋 copy color: '#AD451D'

red 173 ◦ green 69 ◦ blue 29

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

Shades of Rust #AD451D

Tints of Rust #AD451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 63.84%
G = 25.46%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD451D (or 0xAD451D) is known color: Rust. HEX triplet: AD, 45 and 1D. RGB value is (173,69,29). Sum of RGB (Red+Green+Blue) = 173+69+29=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD451D is #52BAE2. Grayscale: #5F5F5F. Windows color (decimal): -5421795 or 1918381. OLE color: 1918381.

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

Color convert

RGB 173 69 29 -
CMYK 0 0.60 0.83 0.32
HSL 16.67º 0.71% 0.4% -
HSV(B) 16.67º 0.83% 0.68% -
XYZ 19.58 13.23 2.68 -
YUV 95.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 173 69 29 0 0.60 0.83 0.32 16.67 0.71 0.4
Hex AD 45 1D 0 3C 53 20 11 47 28
Octal 255 105 35 0 74 123 40 21 107 50
Binary 10101101 1000101 11101 0 111100 1010011 100000 10001 1000111 101000

Color Harmonies of #AD451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD451D

Black with #AD451D

Text Example


Text Example

White with #AD451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD451D; }

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

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

background-color css

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

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

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

border-color css

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

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

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