Html Css Color HEX #AF4114 Rust

📋 copy color: '#AF4114'

red 175 ◦ green 65 ◦ blue 20

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

Shades of Rust #AF4114

Tints of Rust #AF4114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 67.31%
G = 25%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4114 (or 0xAF4114) is known color: Rust. HEX triplet: AF, 41 and 14. RGB value is (175,65,20). Sum of RGB (Red+Green+Blue) = 175+65+20=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4114 is #50BEEB. Grayscale: #5D5D5D. Windows color (decimal): -5291756 or 1327535. OLE color: 1327535.

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

Color convert

RGB 175 65 20 -
CMYK 0 0.63 0.89 0.31
HSL 17.42º 0.79% 0.38% -
HSV(B) 17.42º 0.89% 0.69% -
XYZ 19.7 12.95 2.12 -
YUV 92.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 175 65 20 0 0.63 0.89 0.31 17.42 0.79 0.38
Hex AF 41 14 0 3F 59 1F 11 4F 26
Octal 257 101 24 0 77 131 37 21 117 46
Binary 10101111 1000001 10100 0 111111 1011001 11111 10001 1001111 100110

Color Harmonies of #AF4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4114

Black with #AF4114

Text Example


Text Example

White with #AF4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4114; }

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

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

background-color css

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

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

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

border-color css

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

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

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