Html Css Color HEX #AD481B Rust

📋 copy color: '#AD481B'

red 173 ◦ green 72 ◦ blue 27

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

Shades of Rust #AD481B

Tints of Rust #AD481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 27 (10.94% from 255) = 9.93%

R = 63.6%
G = 26.47%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD481B (or 0xAD481B) is known color: Rust. HEX triplet: AD, 48 and 1B. RGB value is (173,72,27). Sum of RGB (Red+Green+Blue) = 173+72+27=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD481B is #52B7E4. Grayscale: #616161. Windows color (decimal): -5421029 or 1788077. OLE color: 1788077.

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

Color convert

RGB 173 72 27 -
CMYK 0 0.58 0.84 0.32
HSL 18.49º 0.73% 0.39% -
HSV(B) 18.49º 0.84% 0.68% -
XYZ 19.75 13.6 2.62 -
YUV 97.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 173 72 27 0 0.58 0.84 0.32 18.49 0.73 0.39
Hex AD 48 1B 0 3A 54 20 12 49 27
Octal 255 110 33 0 72 124 40 22 111 47
Binary 10101101 1001000 11011 0 111010 1010100 100000 10010 1001001 100111

Color Harmonies of #AD481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD481B

Black with #AD481B

Text Example


Text Example

White with #AD481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD481B; }

 p { color: rgb(173,72,27); }

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

background-color css

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

 a { background-color: rgb(173,72,27); }

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

border-color css

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

 span { border-color: rgb(173,72,27); }

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