#1F080F

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

Shades of Rustic Red #1F080F

Tints of Rustic Red #1F080F

Color information

#1F080F (or 0x1F080F) is unknown color: approx Rustic Red. HEX triplet: 1F, 08 and 0F. RGB value is (31,8,15). Sum of RGB (Red+Green+Blue) = 31+8+15=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F080F is #E0F7F0. Grayscale: #0F0F0F. Windows color (decimal): -14743537 or 985119. OLE color: 985119.

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

Color convert

RGB31815-
CMYK00.740.520.88
HSL341.74º58.97%7.65%-
HSV(B)341.74º74.19%12.16%-
XYZ0.740.50.51-
YUV15.68127.62138.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 8 (3.52% from 255) = 14.81%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=57.41%
G=14.81%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3181500.740.520.88341.7458.977.65
Hex1F8F04A34581563b8
Octal3710170112641305267310
Binary11111100011110100101011010010110001010101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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