#1F0C15

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

Shades of Rustic Red #1F0C15

Tints of Rustic Red #1F0C15

Color information

#1F0C15 (or 0x1F0C15) is unknown color: approx Rustic Red. HEX triplet: 1F, 0C and 15. RGB value is (31,12,21). Sum of RGB (Red+Green+Blue) = 31+12+21=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C15 is #E0F3EA. Grayscale: #121212. Windows color (decimal): -14742507 or 1379359. OLE color: 1379359.

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

Color convert

RGB311221-
CMYK00.610.320.88
HSL331.58º44.19%8.43%-
HSV(B)331.58º61.29%12.16%-
XYZ0.830.610.78-
YUV18.71129.29136.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 48.44%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=48.44%
G=18.75%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31122100.610.320.88331.5844.198.43
Hex1FC1503D205814c2c8
Octal371425075401305145410
Binary11111110010101011110110000010110001010011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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