#1F0612

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

Shades of Rustic Red #1F0612

Tints of Rustic Red #1F0612

Color information

#1F0612 (or 0x1F0612) is unknown color: approx Rustic Red. HEX triplet: 1F, 06 and 12. RGB value is (31,6,18). Sum of RGB (Red+Green+Blue) = 31+6+18=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0612 is #E0F9ED. Grayscale: #0E0E0E. Windows color (decimal): -14744046 or 1181215. OLE color: 1181215.

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

Color convert

RGB31618-
CMYK00.810.420.88
HSL331.2º67.57%7.25%-
HSV(B)331.2º80.65%12.16%-
XYZ0.740.470.62-
YUV14.84129.78139.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 6 (2.73% from 255) = 10.91%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=56.36%
G=10.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3161800.810.420.88331.267.577.25
Hex1F6120512A5814b447
Octal376220121521305131047
Binary11111110100100101000110101010110001010010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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