Html Css Color HEX #AF5113 Rust

📋 copy color: '#AF5113'

red 175 ◦ green 81 ◦ blue 19

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

Shades of Rust #AF5113

Tints of Rust #AF5113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

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

R = 63.64%
G = 29.45%
B = 6.91%

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

#AF5113 (or 0xAF5113) is known color: Rust. HEX triplet: AF, 51 and 13. RGB value is (175,81,19). Sum of RGB (Red+Green+Blue) = 175+81+19=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5113 is #50AEEC. Grayscale: #666666. Windows color (decimal): -5287661 or 1266095. OLE color: 1266095.

HSL color Cylindrical-coordinate representation of color #AF5113: hue angle of 23.85º 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 #AF5113 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 19 -
CMYK 0 0.54 0.89 0.31
HSL 23.85º 0.8% 0.38% -
HSV(B) 23.85º 0.89% 0.69% -
XYZ 20.74 15.05 2.43 -
YUV 102.04 81.14 180.04 -
System Red Green Blue C M Y K H S L
Decimal 175 81 19 0 0.54 0.89 0.31 23.85 0.8 0.38
Hex AF 51 13 0 36 59 1F 18 50 26
Octal 257 121 23 0 66 131 37 30 120 46
Binary 10101111 1010001 10011 0 110110 1011001 11111 11000 1010000 100110

Color Harmonies of #AF5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5113

Black with #AF5113

Text Example


Text Example

White with #AF5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5113; }

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

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

background-color css

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

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

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

border-color css

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

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

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