Html Css Color HEX #AF4020 Rust

📋 copy color: '#AF4020'

red 175 ◦ green 64 ◦ blue 32

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

Shades of Rust #AF4020

Tints of Rust #AF4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 64.58%
G = 23.62%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF4020 (or 0xAF4020) is known color: Rust. HEX triplet: AF, 40 and 20. RGB value is (175,64,32). Sum of RGB (Red+Green+Blue) = 175+64+32=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4020 is #50BFDF. Grayscale: #5D5D5D. Windows color (decimal): -5292000 or 2113711. OLE color: 2113711.

HSL color Cylindrical-coordinate representation of color #AF4020: hue angle of 13.43º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF4020 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 32 -
CMYK 0 0.63 0.82 0.31
HSL 13.43º 0.69% 0.41% -
HSV(B) 13.43º 0.82% 0.69% -
XYZ 19.77 12.89 2.81 -
YUV 93.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 175 64 32 0 0.63 0.82 0.31 13.43 0.69 0.41
Hex AF 40 20 0 3F 52 1F D 45 29
Octal 257 100 40 0 77 122 37 15 105 51
Binary 10101111 1000000 100000 0 111111 1010010 11111 1101 1000101 101001

Color Harmonies of #AF4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4020

Black with #AF4020

Text Example


Text Example

White with #AF4020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4020; }

 p { color: rgb(175,64,32); }

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

background-color css

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

 a { background-color: rgb(175,64,32); }

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

border-color css

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

 span { border-color: rgb(175,64,32); }

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