Html Css Color HEX #AD451C Rust

📋 copy color: '#AD451C'

red 173 ◦ green 69 ◦ blue 28

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

Shades of Rust #AD451C

Tints of Rust #AD451C

RGB

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

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

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

R = 64.07%
G = 25.56%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD451C (or 0xAD451C) is known color: Rust. HEX triplet: AD, 45 and 1C. RGB value is (173,69,28). Sum of RGB (Red+Green+Blue) = 173+69+28=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD451C is #52BAE3. Grayscale: #5F5F5F. Windows color (decimal): -5421796 or 1852845. OLE color: 1852845.

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

Color convert

RGB 173 69 28 -
CMYK 0 0.60 0.84 0.32
HSL 16.97º 0.72% 0.39% -
HSV(B) 16.97º 0.84% 0.68% -
XYZ 19.57 13.22 2.62 -
YUV 95.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 173 69 28 0 0.60 0.84 0.32 16.97 0.72 0.39
Hex AD 45 1C 0 3C 54 20 11 48 27
Octal 255 105 34 0 74 124 40 21 110 47
Binary 10101101 1000101 11100 0 111100 1010100 100000 10001 1001000 100111

Color Harmonies of #AD451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD451C

Black with #AD451C

Text Example


Text Example

White with #AD451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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