Html Css Color HEX #AF560B Rust

📋 copy color: '#AF560B'

red 175 ◦ green 86 ◦ blue 11

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

Shades of Rust #AF560B

Tints of Rust #AF560B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 64.34%
G = 31.62%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF560B (or 0xAF560B) is known color: Rust. HEX triplet: AF, 56 and 0B. RGB value is (175,86,11). Sum of RGB (Red+Green+Blue) = 175+86+11=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF560B is #50A9F4. Grayscale: #686868. Windows color (decimal): -5286389 or 743087. OLE color: 743087.

HSL color Cylindrical-coordinate representation of color #AF560B: hue angle of 27.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF560B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 86 11 -
CMYK 0 0.51 0.94 0.31
HSL 27.44º 0.88% 0.36% -
HSV(B) 27.44º 0.94% 0.69% -
XYZ 21.07 15.79 2.25 -
YUV 104.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 175 86 11 0 0.51 0.94 0.31 27.44 0.88 0.36
Hex AF 56 B 0 33 5E 1F 1B 58 24
Octal 257 126 13 0 63 136 37 33 130 44
Binary 10101111 1010110 1011 0 110011 1011110 11111 11011 1011000 100100

Color Harmonies of #AF560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF560B

Black with #AF560B

Text Example


Text Example

White with #AF560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF560B; }

 p { color: rgb(175,86,11); }

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

background-color css

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

 a { background-color: rgb(175,86,11); }

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

border-color css

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

 span { border-color: rgb(175,86,11); }

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