Html Css Color HEX #AF4711 Rust

📋 copy color: '#AF4711'

red 175 ◦ green 71 ◦ blue 17

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

Shades of Rust #AF4711

Tints of Rust #AF4711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 66.54%
G = 27%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4711 (or 0xAF4711) is known color: Rust. HEX triplet: AF, 47 and 11. RGB value is (175,71,17). Sum of RGB (Red+Green+Blue) = 175+71+17=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4711 is #50B8EE. Grayscale: #606060. Windows color (decimal): -5290223 or 1132463. OLE color: 1132463.

HSL color Cylindrical-coordinate representation of color #AF4711: hue angle of 20.51º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF4711 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 17 -
CMYK 0 0.59 0.90 0.31
HSL 20.51º 0.82% 0.38% -
HSV(B) 20.51º 0.9% 0.69% -
XYZ 20.03 13.66 2.11 -
YUV 95.94 83.46 184.39 -
System Red Green Blue C M Y K H S L
Decimal 175 71 17 0 0.59 0.90 0.31 20.51 0.82 0.38
Hex AF 47 11 0 3B 5A 1F 15 52 26
Octal 257 107 21 0 73 132 37 25 122 46
Binary 10101111 1000111 10001 0 111011 1011010 11111 10101 1010010 100110

Color Harmonies of #AF4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4711

Black with #AF4711

Text Example


Text Example

White with #AF4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4711; }

 p { color: rgb(175,71,17); }

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

background-color css

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

 a { background-color: rgb(175,71,17); }

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

border-color css

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

 span { border-color: rgb(175,71,17); }

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