#1F0610

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

Shades of Rustic Red #1F0610

Tints of Rustic Red #1F0610

Color information

#1F0610 (or 0x1F0610) is unknown color: approx Rustic Red. HEX triplet: 1F, 06 and 10. RGB value is (31,6,16). Sum of RGB (Red+Green+Blue) = 31+6+16=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0610 is #E0F9EF. Grayscale: #0E0E0E. Windows color (decimal): -14744048 or 1050143. OLE color: 1050143.

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

Color convert

RGB31616-
CMYK00.810.480.88
HSL336º67.57%7.25%-
HSV(B)336º80.65%12.16%-
XYZ0.720.460.54-
YUV14.62128.78139.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 6 (2.73% from 255) = 11.32%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=58.49%
G=11.32%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3161600.810.480.8833667.577.25
Hex1F6100513058150447
Octal376200121601305201047
Binary11111110100000101000111000010110001010100001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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