Html Css Color HEX #AF3117 Rust

📋 copy color: '#AF3117'

red 175 ◦ green 49 ◦ blue 23

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

Shades of Rust #AF3117

Tints of Rust #AF3117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 23 (9.38% from 255) = 9.31%

R = 70.85%
G = 19.84%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF3117 (or 0xAF3117) is known color: Rust. HEX triplet: AF, 31 and 17. RGB value is (175,49,23). Sum of RGB (Red+Green+Blue) = 175+49+23=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3117 is #50CEE8. Grayscale: #535353. Windows color (decimal): -5295849 or 1520047. OLE color: 1520047.

HSL color Cylindrical-coordinate representation of color #AF3117: hue angle of 10.26º degrees, saturation: 0.77, 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 #AF3117 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 23 -
CMYK 0 0.72 0.87 0.31
HSL 10.26º 0.77% 0.39% -
HSV(B) 10.26º 0.87% 0.69% -
XYZ 18.93 11.37 2.01 -
YUV 83.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 175 49 23 0 0.72 0.87 0.31 10.26 0.77 0.39
Hex AF 31 17 0 48 57 1F A 4D 27
Octal 257 61 27 0 110 127 37 12 115 47
Binary 10101111 110001 10111 0 1001000 1010111 11111 1010 1001101 100111

Color Harmonies of #AF3117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3117

Black with #AF3117

Text Example


Text Example

White with #AF3117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3117; }

 p { color: rgb(175,49,23); }

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

background-color css

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

 a { background-color: rgb(175,49,23); }

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

border-color css

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

 span { border-color: rgb(175,49,23); }

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