Html Css Color HEX #AF4119 Rust

📋 copy color: '#AF4119'

red 175 ◦ green 65 ◦ blue 25

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

Shades of Rust #AF4119

Tints of Rust #AF4119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 66.04%
G = 24.53%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF4119 (or 0xAF4119) is known color: Rust. HEX triplet: AF, 41 and 19. RGB value is (175,65,25). Sum of RGB (Red+Green+Blue) = 175+65+25=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4119 is #50BEE6. Grayscale: #5D5D5D. Windows color (decimal): -5291751 or 1655215. OLE color: 1655215.

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

Color convert

RGB 175 65 25 -
CMYK 0 0.63 0.86 0.31
HSL 16º 0.75% 0.39% -
HSV(B) 16º 0.86% 0.69% -
XYZ 19.74 12.96 2.38 -
YUV 93.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 175 65 25 0 0.63 0.86 0.31 16 0.75 0.39
Hex AF 41 19 0 3F 56 1F 10 4B 27
Octal 257 101 31 0 77 126 37 20 113 47
Binary 10101111 1000001 11001 0 111111 1010110 11111 10000 1001011 100111

Color Harmonies of #AF4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4119

Black with #AF4119

Text Example


Text Example

White with #AF4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4119; }

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

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

background-color css

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

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

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

border-color css

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

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

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