Html Css Color HEX #AF4F14 Rust

📋 copy color: '#AF4F14'

red 175 ◦ green 79 ◦ blue 20

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

Shades of Rust #AF4F14

Tints of Rust #AF4F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 63.87%
G = 28.83%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4F14 (or 0xAF4F14) is known color: Rust. HEX triplet: AF, 4F and 14. RGB value is (175,79,20). Sum of RGB (Red+Green+Blue) = 175+79+20=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F14 is #50B0EB. Grayscale: #656565. Windows color (decimal): -5288172 or 1331119. OLE color: 1331119.

HSL color Cylindrical-coordinate representation of color #AF4F14: hue angle of 22.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF4F14 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 79 20 -
CMYK 0 0.55 0.89 0.31
HSL 22.84º 0.79% 0.38% -
HSV(B) 22.84º 0.89% 0.69% -
XYZ 20.6 14.76 2.42 -
YUV 100.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 175 79 20 0 0.55 0.89 0.31 22.84 0.79 0.38
Hex AF 4F 14 0 37 59 1F 17 4F 26
Octal 257 117 24 0 67 131 37 27 117 46
Binary 10101111 1001111 10100 0 110111 1011001 11111 10111 1001111 100110

Color Harmonies of #AF4F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F14

Black with #AF4F14

Text Example


Text Example

White with #AF4F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F14; }

 p { color: rgb(175,79,20); }

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

background-color css

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

 a { background-color: rgb(175,79,20); }

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

border-color css

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

 span { border-color: rgb(175,79,20); }

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