#1F0103

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

Shades of Rustic Red #1F0103

Tints of Rustic Red #1F0103

Color information

#1F0103 (or 0x1F0103) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 03. RGB value is (31,1,3). Sum of RGB (Red+Green+Blue) = 31+1+3=35 (4% of max value = 765). Red value is 31 (12.5% from 255 or 88.57% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0103 is #E0FEFC. Grayscale: #0A0A0A. Windows color (decimal): -14745341 or 196895. OLE color: 196895.

HSL color Cylindrical-coordinate representation of color #1F0103: hue angle of 356º 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 #1F0103 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB3113-
CMYK00.970.900.88
HSL356º93.75%6.27%-
HSV(B)356º96.77%12.16%-
XYZ0.590.320.12-
YUV10.2123.94142.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 88.57%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 3 (1.56% from 255) = 8.57%
R=88.57%
G=2.86%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal311300.970.900.8835693.756.27
Hex1F130615A581645e6
Octal371301411321305441366
Binary1111111101100001101101010110001011001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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