Html Css Color HEX #AF3E16 Rust

📋 copy color: '#AF3E16'

red 175 ◦ green 62 ◦ blue 22

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

Shades of Rust #AF3E16

Tints of Rust #AF3E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.94%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 67.57%
G = 23.94%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF3E16 (or 0xAF3E16) is known color: Rust. HEX triplet: AF, 3E and 16. RGB value is (175,62,22). Sum of RGB (Red+Green+Blue) = 175+62+22=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E16 is #50C1E9. Grayscale: #5B5B5B. Windows color (decimal): -5292522 or 1457839. OLE color: 1457839.

HSL color Cylindrical-coordinate representation of color #AF3E16: hue angle of 15.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF3E16 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 62 22 -
CMYK 0 0.65 0.87 0.31
HSL 15.69º 0.78% 0.39% -
HSV(B) 15.69º 0.87% 0.69% -
XYZ 19.55 12.62 2.16 -
YUV 91.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 175 62 22 0 0.65 0.87 0.31 15.69 0.78 0.39
Hex AF 3E 16 0 41 57 1F 10 4E 27
Octal 257 76 26 0 101 127 37 20 116 47
Binary 10101111 111110 10110 0 1000001 1010111 11111 10000 1001110 100111

Color Harmonies of #AF3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E16

Black with #AF3E16

Text Example


Text Example

White with #AF3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E16; }

 p { color: rgb(175,62,22); }

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

background-color css

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

 a { background-color: rgb(175,62,22); }

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

border-color css

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

 span { border-color: rgb(175,62,22); }

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