#1F000A

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

Shades of Rustic Red #1F000A

Tints of Rustic Red #1F000A

Color information

#1F000A (or 0x1F000A) is unknown color: approx Rustic Red. HEX triplet: 1F, 00 and 0A. RGB value is (31,0,10). Sum of RGB (Red+Green+Blue) = 31+0+10=41 (5% of max value = 765). Red value is 31 (12.5% from 255 or 75.61% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 31 - color contains mainly: red. Hex color #1F000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F000A is #E0FFF5. Grayscale: #0A0A0A. Windows color (decimal): -14745590 or 655391. OLE color: 655391.

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

Color convert

RGB31010-
CMYK010.680.88
HSL340.65º100%6.08%-
HSV(B)340.65º100%12.16%-
XYZ0.620.310.31-
YUV10.41127.77142.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 75.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=75.61%
G=0%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31010010.680.88340.651006.08
Hex1F0A0644458155646
Octal3701201441041305251446
Binary111110101001100100100010010110001010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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