#1F050F

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

Shades of Rustic Red #1F050F

Tints of Rustic Red #1F050F

Color information

#1F050F (or 0x1F050F) is unknown color: approx Rustic Red. HEX triplet: 1F, 05 and 0F. RGB value is (31,5,15). Sum of RGB (Red+Green+Blue) = 31+5+15=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F050F is #E0FAF0. Grayscale: #0D0D0D. Windows color (decimal): -14744305 or 984351. OLE color: 984351.

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

Color convert

RGB31515-
CMYK00.840.520.88
HSL336.92º72.22%7.06%-
HSV(B)336.92º83.87%12.16%-
XYZ0.710.430.5-
YUV13.91128.61140.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 60.78%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=60.78%
G=9.80%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3151500.840.520.88336.9272.227.06
Hex1F5F0543458151487
Octal375170124641305211107
Binary1111110111110101010011010010110001010100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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