Html Css Color HEX #AF4111 Rust

📋 copy color: '#AF4111'

red 175 ◦ green 65 ◦ blue 17

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

Shades of Rust #AF4111

Tints of Rust #AF4111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

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

R = 68.09%
G = 25.29%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4111 (or 0xAF4111) is known color: Rust. HEX triplet: AF, 41 and 11. RGB value is (175,65,17). Sum of RGB (Red+Green+Blue) = 175+65+17=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4111 is #50BEEE. Grayscale: #5C5C5C. Windows color (decimal): -5291759 or 1130927. OLE color: 1130927.

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

Color convert

RGB 175 65 17 -
CMYK 0 0.63 0.90 0.31
HSL 18.23º 0.82% 0.38% -
HSV(B) 18.23º 0.9% 0.69% -
XYZ 19.67 12.94 1.99 -
YUV 92.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 175 65 17 0 0.63 0.90 0.31 18.23 0.82 0.38
Hex AF 41 11 0 3F 5A 1F 12 52 26
Octal 257 101 21 0 77 132 37 22 122 46
Binary 10101111 1000001 10001 0 111111 1011010 11111 10010 1010010 100110

Color Harmonies of #AF4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4111

Black with #AF4111

Text Example


Text Example

White with #AF4111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4111; }

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

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

background-color css

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

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

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

border-color css

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

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

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