Html Css Color HEX #AF391F Rust

📋 copy color: '#AF391F'

red 175 ◦ green 57 ◦ blue 31

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

Shades of Rust #AF391F

Tints of Rust #AF391F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 66.54%
G = 21.67%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF391F (or 0xAF391F) is known color: Rust. HEX triplet: AF, 39 and 1F. RGB value is (175,57,31). Sum of RGB (Red+Green+Blue) = 175+57+31=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF391F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF391F is #50C6E0. Grayscale: #595959. Windows color (decimal): -5293793 or 2046383. OLE color: 2046383.

HSL color Cylindrical-coordinate representation of color #AF391F: hue angle of 10.83º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF391F is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 57 31 -
CMYK 0 0.67 0.82 0.31
HSL 10.83º 0.7% 0.4% -
HSV(B) 10.83º 0.82% 0.69% -
XYZ 19.39 12.14 2.62 -
YUV 89.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 175 57 31 0 0.67 0.82 0.31 10.83 0.7 0.4
Hex AF 39 1F 0 43 52 1F B 46 28
Octal 257 71 37 0 103 122 37 13 106 50
Binary 10101111 111001 11111 0 1000011 1010010 11111 1011 1000110 101000

Color Harmonies of #AF391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF391F

Black with #AF391F

Text Example


Text Example

White with #AF391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF391F; }

 p { color: rgb(175,57,31); }

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

background-color css

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

 a { background-color: rgb(175,57,31); }

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

border-color css

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

 span { border-color: rgb(175,57,31); }

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