Html Css Color HEX #AD2D09 Rust

📋 copy color: '#AD2D09'

red 173 ◦ green 45 ◦ blue 9

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

Shades of Rust #AD2D09

Tints of Rust #AD2D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 76.21%
G = 19.82%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2D09 (or 0xAD2D09) is known color: Rust. HEX triplet: AD, 2D and 09. RGB value is (173,45,9). Sum of RGB (Red+Green+Blue) = 173+45+9=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D09 is #52D2F6. Grayscale: #4F4F4F. Windows color (decimal): -5427959 or 601517. OLE color: 601517.

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

Color convert

RGB 173 45 9 -
CMYK 0 0.74 0.95 0.32
HSL 13.17º 0.9% 0.36% -
HSV(B) 13.17º 0.95% 0.68% -
XYZ 18.22 10.78 1.38 -
YUV 79.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 173 45 9 0 0.74 0.95 0.32 13.17 0.9 0.36
Hex AD 2D 9 0 4A 5F 20 D 5A 24
Octal 255 55 11 0 112 137 40 15 132 44
Binary 10101101 101101 1001 0 1001010 1011111 100000 1101 1011010 100100

Color Harmonies of #AD2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D09

Black with #AD2D09

Text Example


Text Example

White with #AD2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D09; }

 p { color: rgb(173,45,9); }

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

background-color css

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

 a { background-color: rgb(173,45,9); }

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

border-color css

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

 span { border-color: rgb(173,45,9); }

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