Html Css Color HEX #AF371F Rust

📋 copy color: '#AF371F'

red 175 ◦ green 55 ◦ blue 31

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

Shades of Rust #AF371F

Tints of Rust #AF371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

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

R = 67.05%
G = 21.07%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF371F (or 0xAF371F) is known color: Rust. HEX triplet: AF, 37 and 1F. RGB value is (175,55,31). Sum of RGB (Red+Green+Blue) = 175+55+31=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF371F is #50C8E0. Grayscale: #585858. Windows color (decimal): -5294305 or 2045871. OLE color: 2045871.

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

Color convert

RGB 175 55 31 -
CMYK 0 0.69 0.82 0.31
HSL 10º 0.7% 0.4% -
HSV(B) 10º 0.82% 0.69% -
XYZ 19.29 11.95 2.59 -
YUV 88.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 175 55 31 0 0.69 0.82 0.31 10 0.7 0.4
Hex AF 37 1F 0 45 52 1F A 46 28
Octal 257 67 37 0 105 122 37 12 106 50
Binary 10101111 110111 11111 0 1000101 1010010 11111 1010 1000110 101000

Color Harmonies of #AF371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF371F

Black with #AF371F

Text Example


Text Example

White with #AF371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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