Html Css Color HEX #AD451A Rust

📋 copy color: '#AD451A'

red 173 ◦ green 69 ◦ blue 26

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

Shades of Rust #AD451A

Tints of Rust #AD451A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 64.55%
G = 25.75%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD451A (or 0xAD451A) is known color: Rust. HEX triplet: AD, 45 and 1A. RGB value is (173,69,26). Sum of RGB (Red+Green+Blue) = 173+69+26=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD451A is #52BAE5. Grayscale: #5F5F5F. Windows color (decimal): -5421798 or 1721773. OLE color: 1721773.

HSL color Cylindrical-coordinate representation of color #AD451A: hue angle of 17.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD451A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 26 -
CMYK 0 0.60 0.85 0.32
HSL 17.55º 0.74% 0.39% -
HSV(B) 17.55º 0.85% 0.68% -
XYZ 19.55 13.22 2.5 -
YUV 95.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 173 69 26 0 0.60 0.85 0.32 17.55 0.74 0.39
Hex AD 45 1A 0 3C 55 20 12 4A 27
Octal 255 105 32 0 74 125 40 22 112 47
Binary 10101101 1000101 11010 0 111100 1010101 100000 10010 1001010 100111

Color Harmonies of #AD451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD451A

Black with #AD451A

Text Example


Text Example

White with #AD451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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