#1F0205

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

Shades of Rustic Red #1F0205

Tints of Rustic Red #1F0205

Color information

#1F0205 (or 0x1F0205) is unknown color: approx Rustic Red. HEX triplet: 1F, 02 and 05. RGB value is (31,2,5). Sum of RGB (Red+Green+Blue) = 31+2+5=38 (5% of max value = 765). Red value is 31 (12.5% from 255 or 81.58% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0205 is #E0FDFA. Grayscale: #0B0B0B. Windows color (decimal): -14745083 or 328223. OLE color: 328223.

HSL color Cylindrical-coordinate representation of color #1F0205: hue angle of 353.79º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0205 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB3125-
CMYK00.940.840.88
HSL353.79º87.88%6.47%-
HSV(B)353.79º93.55%12.16%-
XYZ0.610.350.18-
YUV11.01124.61142.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 81.58%
GREEN value IS 2 (1.17% from 255) = 5.26%
BLUE value IS 5 (2.34% from 255) = 13.16%
R=81.58%
G=5.26%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal312500.940.840.88353.7987.886.47
Hex1F2505E5458162586
Octal372501361241305421306
Binary111111010101011110101010010110001011000101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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