Html Css Color HEX #AF5411 Rust

📋 copy color: '#AF5411'

red 175 ◦ green 84 ◦ blue 17

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

Shades of Rust #AF5411

Tints of Rust #AF5411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

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

R = 63.41%
G = 30.43%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5411 (or 0xAF5411) is known color: Rust. HEX triplet: AF, 54 and 11. RGB value is (175,84,17). Sum of RGB (Red+Green+Blue) = 175+84+17=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5411 is #50ABEE. Grayscale: #676767. Windows color (decimal): -5286895 or 1135791. OLE color: 1135791.

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

Color convert

RGB 175 84 17 -
CMYK 0 0.52 0.90 0.31
HSL 25.44º 0.82% 0.38% -
HSV(B) 25.44º 0.9% 0.69% -
XYZ 20.95 15.5 2.42 -
YUV 103.57 79.15 178.95 -
System Red Green Blue C M Y K H S L
Decimal 175 84 17 0 0.52 0.90 0.31 25.44 0.82 0.38
Hex AF 54 11 0 34 5A 1F 19 52 26
Octal 257 124 21 0 64 132 37 31 122 46
Binary 10101111 1010100 10001 0 110100 1011010 11111 11001 1010010 100110

Color Harmonies of #AF5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5411

Black with #AF5411

Text Example


Text Example

White with #AF5411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5411; }

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

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

background-color css

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

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

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

border-color css

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

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

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