#31060F

Color #31060F Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #31060F

Tints of Rustic Red #31060F

Color information

#31060F (or 0x31060F) is unknown color: approx Rustic Red. HEX triplet: 31, 06 and 0F. RGB value is (49,6,15). Sum of RGB (Red+Green+Blue) = 49+6+15=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #31060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31060F is #CEF9F0. Grayscale: #131313. Windows color (decimal): -13564401 or 984625. OLE color: 984625.

HSL color Cylindrical-coordinate representation of color #31060F: hue angle of 347.44º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31060F is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB49615-
CMYK00.880.690.81
HSL347.44º78.18%10.78%-
HSV(B)347.44º87.76%19.22%-
XYZ1.420.820.54-
YUV19.88125.25148.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 70%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=70%
G=8.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4961500.880.690.81347.4478.1810.78
Hex316F058455115b4eb
Octal61617013010512153311613
Binary1100011101111010110001000101101000110101101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31060F; }

 p { color: rgb(49,6,15); }

 H1.HeaderClassName
 {
   color: #31060F;
 }
 .AnyTagClassName
 {
   color: #31060F;
 }
</style>
background-color css

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

 a { background-color: rgb(49,6,15); }

 div.DivClassName
 {
   background-color: #31060F;
 }
 .BgClassName
 {
   background-color: #31060F;
 }
</style>
border-color css

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

 span { border-color: rgb(49,6,15); }

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