Html Css Color HEX #AD2F0F Rust

📋 copy color: '#AD2F0F'

red 173 ◦ green 47 ◦ blue 15

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

Shades of Rust #AD2F0F

Tints of Rust #AD2F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 73.62%
G = 20%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD2F0F (or 0xAD2F0F) is known color: Rust. HEX triplet: AD, 2F and 0F. RGB value is (173,47,15). Sum of RGB (Red+Green+Blue) = 173+47+15=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F0F is #52D0F0. Grayscale: #515151. Windows color (decimal): -5427441 or 995245. OLE color: 995245.

HSL color Cylindrical-coordinate representation of color #AD2F0F: hue angle of 12.15º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD2F0F is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 47 15 -
CMYK 0 0.73 0.91 0.32
HSL 12.15º 0.84% 0.37% -
HSV(B) 12.15º 0.91% 0.68% -
XYZ 18.34 10.95 1.6 -
YUV 81.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 173 47 15 0 0.73 0.91 0.32 12.15 0.84 0.37
Hex AD 2F F 0 49 5B 20 C 54 25
Octal 255 57 17 0 111 133 40 14 124 45
Binary 10101101 101111 1111 0 1001001 1011011 100000 1100 1010100 100101

Color Harmonies of #AD2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F0F

Black with #AD2F0F

Text Example


Text Example

White with #AD2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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