Html Css Color HEX #AF5013 Rust

📋 copy color: '#AF5013'

red 175 ◦ green 80 ◦ blue 19

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

Shades of Rust #AF5013

Tints of Rust #AF5013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 63.87%
G = 29.2%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF5013 (or 0xAF5013) is known color: Rust. HEX triplet: AF, 50 and 13. RGB value is (175,80,19). Sum of RGB (Red+Green+Blue) = 175+80+19=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5013 is #50AFEC. Grayscale: #656565. Windows color (decimal): -5287917 or 1265839. OLE color: 1265839.

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

Color convert

RGB 175 80 19 -
CMYK 0 0.54 0.89 0.31
HSL 23.46º 0.8% 0.38% -
HSV(B) 23.46º 0.89% 0.69% -
XYZ 20.67 14.9 2.4 -
YUV 101.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 175 80 19 0 0.54 0.89 0.31 23.46 0.8 0.38
Hex AF 50 13 0 36 59 1F 17 50 26
Octal 257 120 23 0 66 131 37 27 120 46
Binary 10101111 1010000 10011 0 110110 1011001 11111 10111 1010000 100110

Color Harmonies of #AF5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5013

Black with #AF5013

Text Example


Text Example

White with #AF5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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