#1F0B10

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

Shades of Rustic Red #1F0B10

Tints of Rustic Red #1F0B10

Color information

#1F0B10 (or 0x1F0B10) is unknown color: approx Rustic Red. HEX triplet: 1F, 0B and 10. RGB value is (31,11,16). Sum of RGB (Red+Green+Blue) = 31+11+16=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B10 is #E0F4EF. Grayscale: #111111. Windows color (decimal): -14742768 or 1051423. OLE color: 1051423.

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

Color convert

RGB311116-
CMYK00.650.480.88
HSL345º47.62%8.24%-
HSV(B)345º64.52%12.16%-
XYZ0.780.570.56-
YUV17.55127.13137.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=53.45%
G=18.97%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31111600.650.480.8834547.628.24
Hex1FB100413058159308
Octal3713200101601305316010
Binary111111011100000100000111000010110001010110011100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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