Html Css Color HEX #AD450D Rust

📋 copy color: '#AD450D'

red 173 ◦ green 69 ◦ blue 13

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

Shades of Rust #AD450D

Tints of Rust #AD450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 67.84%
G = 27.06%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD450D (or 0xAD450D) is known color: Rust. HEX triplet: AD, 45 and 0D. RGB value is (173,69,13). Sum of RGB (Red+Green+Blue) = 173+69+13=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD450D is #52BAF2. Grayscale: #5E5E5E. Windows color (decimal): -5421811 or 869805. OLE color: 869805.

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

Color convert

RGB 173 69 13 -
CMYK 0 0.60 0.92 0.32
HSL 21º 0.86% 0.36% -
HSV(B) 21º 0.92% 0.68% -
XYZ 19.43 13.17 1.9 -
YUV 93.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 173 69 13 0 0.60 0.92 0.32 21 0.86 0.36
Hex AD 45 D 0 3C 5C 20 15 56 24
Octal 255 105 15 0 74 134 40 25 126 44
Binary 10101101 1000101 1101 0 111100 1011100 100000 10101 1010110 100100

Color Harmonies of #AD450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD450D

Black with #AD450D

Text Example


Text Example

White with #AD450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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