#1F0608

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

Shades of Rustic Red #1F0608

Tints of Rustic Red #1F0608

Color information

#1F0608 (or 0x1F0608) is unknown color: approx Rustic Red. HEX triplet: 1F, 06 and 08. RGB value is (31,6,8). Sum of RGB (Red+Green+Blue) = 31+6+8=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0608 is #E0F9F7. Grayscale: #0D0D0D. Windows color (decimal): -14744056 or 525855. OLE color: 525855.

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

Color convert

RGB3168-
CMYK00.810.740.88
HSL355.2º67.57%7.25%-
HSV(B)355.2º80.65%12.16%-
XYZ0.670.440.28-
YUV13.7124.78140.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 68.89%
GREEN value IS 6 (2.73% from 255) = 13.33%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=68.89%
G=13.33%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal316800.810.740.88355.267.577.25
Hex1F680514A58163447
Octal3761001211121305431047
Binary11111110100001010001100101010110001011000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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