#1F0510

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

Shades of Rustic Red #1F0510

Tints of Rustic Red #1F0510

Color information

#1F0510 (or 0x1F0510) is unknown color: approx Rustic Red. HEX triplet: 1F, 05 and 10. RGB value is (31,5,16). Sum of RGB (Red+Green+Blue) = 31+5+16=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0510 is #E0FAEF. Grayscale: #0E0E0E. Windows color (decimal): -14744304 or 1049887. OLE color: 1049887.

HSL color Cylindrical-coordinate representation of color #1F0510: hue angle of 334.62º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0510 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB31516-
CMYK00.840.480.88
HSL334.62º72.22%7.06%-
HSV(B)334.62º83.87%12.16%-
XYZ0.710.440.54-
YUV14.03129.11140.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=59.62%
G=9.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3151600.840.480.88334.6272.227.06
Hex1F510054305814f487
Octal375200124601305171107
Binary11111101100000101010011000010110001010011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0510; }

 p { color: rgb(31,5,16); }

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

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

 a { background-color: rgb(31,5,16); }

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

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

 span { border-color: rgb(31,5,16); }

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