Html Css Color HEX #AD2F09 Rust

📋 copy color: '#AD2F09'

red 173 ◦ green 47 ◦ blue 9

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

Shades of Rust #AD2F09

Tints of Rust #AD2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.52%

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

R = 75.55%
G = 20.52%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2F09 (or 0xAD2F09) is known color: Rust. HEX triplet: AD, 2F and 09. RGB value is (173,47,9). Sum of RGB (Red+Green+Blue) = 173+47+9=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F09 is #52D0F6. Grayscale: #505050. Windows color (decimal): -5427447 or 602029. OLE color: 602029.

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

Color convert

RGB 173 47 9 -
CMYK 0 0.73 0.95 0.32
HSL 13.9º 0.9% 0.36% -
HSV(B) 13.9º 0.95% 0.68% -
XYZ 18.3 10.94 1.41 -
YUV 80.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 173 47 9 0 0.73 0.95 0.32 13.9 0.9 0.36
Hex AD 2F 9 0 49 5F 20 E 5A 24
Octal 255 57 11 0 111 137 40 16 132 44
Binary 10101101 101111 1001 0 1001001 1011111 100000 1110 1011010 100100

Color Harmonies of #AD2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F09

Black with #AD2F09

Text Example


Text Example

White with #AD2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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