Html Css Color HEX #AD2F0B Rust

📋 copy color: '#AD2F0B'

red 173 ◦ green 47 ◦ blue 11

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

Shades of Rust #AD2F0B

Tints of Rust #AD2F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 74.89%
G = 20.35%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD2F0B (or 0xAD2F0B) is known color: Rust. HEX triplet: AD, 2F and 0B. RGB value is (173,47,11). Sum of RGB (Red+Green+Blue) = 173+47+11=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F0B is #52D0F4. Grayscale: #505050. Windows color (decimal): -5427445 or 733101. OLE color: 733101.

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

Color convert

RGB 173 47 11 -
CMYK 0 0.73 0.94 0.32
HSL 13.33º 0.88% 0.36% -
HSV(B) 13.33º 0.94% 0.68% -
XYZ 18.31 10.94 1.46 -
YUV 80.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 173 47 11 0 0.73 0.94 0.32 13.33 0.88 0.36
Hex AD 2F B 0 49 5E 20 D 58 24
Octal 255 57 13 0 111 136 40 15 130 44
Binary 10101101 101111 1011 0 1001001 1011110 100000 1101 1011000 100100

Color Harmonies of #AD2F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F0B

Black with #AD2F0B

Text Example


Text Example

White with #AD2F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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