Html Css Color HEX #AF5015 Rust

📋 copy color: '#AF5015'

red 175 ◦ green 80 ◦ blue 21

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

Shades of Rust #AF5015

Tints of Rust #AF5015

RGB

 RED value IS 175 (68.75% from 255) = 63.41%

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 21 (8.59% from 255) = 7.61%

R = 63.41%
G = 28.99%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF5015 (or 0xAF5015) is known color: Rust. HEX triplet: AF, 50 and 15. RGB value is (175,80,21). Sum of RGB (Red+Green+Blue) = 175+80+21=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5015 is #50AFEA. Grayscale: #666666. Windows color (decimal): -5287915 or 1396911. OLE color: 1396911.

HSL color Cylindrical-coordinate representation of color #AF5015: hue angle of 22.99º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF5015 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 21 -
CMYK 0 0.54 0.88 0.31
HSL 22.99º 0.79% 0.38% -
HSV(B) 22.99º 0.88% 0.69% -
XYZ 20.68 14.91 2.5 -
YUV 101.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 175 80 21 0 0.54 0.88 0.31 22.99 0.79 0.38
Hex AF 50 15 0 36 58 1F 17 4F 26
Octal 257 120 25 0 66 130 37 27 117 46
Binary 10101111 1010000 10101 0 110110 1011000 11111 10111 1001111 100110

Color Harmonies of #AF5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5015

Black with #AF5015

Text Example


Text Example

White with #AF5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5015; }

 p { color: rgb(175,80,21); }

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

background-color css

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

 a { background-color: rgb(175,80,21); }

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

border-color css

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

 span { border-color: rgb(175,80,21); }

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