Html Css Color HEX #AF4511 Rust

📋 copy color: '#AF4511'

red 175 ◦ green 69 ◦ blue 17

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

Shades of Rust #AF4511

Tints of Rust #AF4511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 67.05%
G = 26.44%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4511 (or 0xAF4511) is known color: Rust. HEX triplet: AF, 45 and 11. RGB value is (175,69,17). Sum of RGB (Red+Green+Blue) = 175+69+17=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4511 is #50BAEE. Grayscale: #5F5F5F. Windows color (decimal): -5290735 or 1131951. OLE color: 1131951.

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

Color convert

RGB 175 69 17 -
CMYK 0 0.61 0.90 0.31
HSL 19.75º 0.82% 0.38% -
HSV(B) 19.75º 0.9% 0.69% -
XYZ 19.91 13.41 2.07 -
YUV 94.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 175 69 17 0 0.61 0.90 0.31 19.75 0.82 0.38
Hex AF 45 11 0 3D 5A 1F 14 52 26
Octal 257 105 21 0 75 132 37 24 122 46
Binary 10101111 1000101 10001 0 111101 1011010 11111 10100 1010010 100110

Color Harmonies of #AF4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4511

Black with #AF4511

Text Example


Text Example

White with #AF4511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4511; }

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

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

background-color css

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

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

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

border-color css

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

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

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