#1F0C0D

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

Shades of Rustic Red #1F0C0D

Tints of Rustic Red #1F0C0D

Color information

#1F0C0D (or 0x1F0C0D) is unknown color: approx Rustic Red. HEX triplet: 1F, 0C and 0D. RGB value is (31,12,13). Sum of RGB (Red+Green+Blue) = 31+12+13=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C0D is #E0F3F2. Grayscale: #111111. Windows color (decimal): -14742515 or 855071. OLE color: 855071.

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

Color convert

RGB311213-
CMYK00.610.580.88
HSL356.84º44.19%8.43%-
HSV(B)356.84º61.29%12.16%-
XYZ0.770.580.45-
YUV17.79125.29137.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 13 (5.47% from 255) = 23.21%
R=55.36%
G=21.43%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31121300.610.580.88356.8444.198.43
Hex1FCD03D3A581652c8
Octal371415075721305455410
Binary1111111001101011110111101010110001011001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,12,13); }

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

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

 a { background-color: rgb(31,12,13); }

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

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

 span { border-color: rgb(31,12,13); }

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