#1F010A

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

Shades of Rustic Red #1F010A

Tints of Rustic Red #1F010A

Color information

#1F010A (or 0x1F010A) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 0A. RGB value is (31,1,10). Sum of RGB (Red+Green+Blue) = 31+1+10=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F010A is #E0FEF5. Grayscale: #0A0A0A. Windows color (decimal): -14745334 or 655647. OLE color: 655647.

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

Color convert

RGB31110-
CMYK00.970.680.88
HSL342º93.75%6.27%-
HSV(B)342º96.77%12.16%-
XYZ0.630.330.32-
YUV11127.44142.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 73.81%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=73.81%
G=2.38%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3111000.970.680.8834293.756.27
Hex1F1A06144581565e6
Octal3711201411041305261366
Binary111111101001100001100010010110001010101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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