#1F050C

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

Shades of Rustic Red #1F050C

Tints of Rustic Red #1F050C

Color information

#1F050C (or 0x1F050C) is unknown color: approx Rustic Red. HEX triplet: 1F, 05 and 0C. RGB value is (31,5,12). Sum of RGB (Red+Green+Blue) = 31+5+12=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F050C is #E0FAF3. Grayscale: #0D0D0D. Windows color (decimal): -14744308 or 787743. OLE color: 787743.

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

Color convert

RGB31512-
CMYK00.840.610.88
HSL343.85º72.22%7.06%-
HSV(B)343.85º83.87%12.16%-
XYZ0.690.430.39-
YUV13.57127.11140.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 64.58%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 12 (5.08% from 255) = 25%
R=64.58%
G=10.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3151200.840.610.88343.8572.227.06
Hex1F5C0543D58158487
Octal375140124751305301107
Binary1111110111000101010011110110110001010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,12); }

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

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

 a { background-color: rgb(31,5,12); }

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

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

 span { border-color: rgb(31,5,12); }

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