#1F010B

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

Shades of Rustic Red #1F010B

Tints of Rustic Red #1F010B

Color information

#1F010B (or 0x1F010B) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 0B. RGB value is (31,1,11). Sum of RGB (Red+Green+Blue) = 31+1+11=43 (5% of max value = 765). Red value is 31 (12.5% from 255 or 72.09% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 31 - color contains mainly: red. Hex color #1F010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F010B is #E0FEF4. Grayscale: #0B0B0B. Windows color (decimal): -14745333 or 721183. OLE color: 721183.

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

Color convert

RGB31111-
CMYK00.970.650.88
HSL340º93.75%6.27%-
HSV(B)340º96.77%12.16%-
XYZ0.640.340.35-
YUV11.11127.94142.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 72.09%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=72.09%
G=2.33%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3111100.970.650.8834093.756.27
Hex1F1B06141581545e6
Octal3711301411011305241366
Binary111111101101100001100000110110001010101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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