Html Css Color HEX #AF4E11 Rust

📋 copy color: '#AF4E11'

red 175 ◦ green 78 ◦ blue 17

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

Shades of Rust #AF4E11

Tints of Rust #AF4E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.89%

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

R = 64.81%
G = 28.89%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4E11 (or 0xAF4E11) is known color: Rust. HEX triplet: AF, 4E and 11. RGB value is (175,78,17). Sum of RGB (Red+Green+Blue) = 175+78+17=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E11 is #50B1EE. Grayscale: #646464. Windows color (decimal): -5288431 or 1134255. OLE color: 1134255.

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

Color convert

RGB 175 78 17 -
CMYK 0 0.55 0.90 0.31
HSL 23.16º 0.82% 0.38% -
HSV(B) 23.16º 0.9% 0.69% -
XYZ 20.5 14.6 2.27 -
YUV 100.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 175 78 17 0 0.55 0.90 0.31 23.16 0.82 0.38
Hex AF 4E 11 0 37 5A 1F 17 52 26
Octal 257 116 21 0 67 132 37 27 122 46
Binary 10101111 1001110 10001 0 110111 1011010 11111 10111 1010010 100110

Color Harmonies of #AF4E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E11

Black with #AF4E11

Text Example


Text Example

White with #AF4E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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