#1F0912

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

Shades of Rustic Red #1F0912

Tints of Rustic Red #1F0912

Color information

#1F0912 (or 0x1F0912) is unknown color: approx Rustic Red. HEX triplet: 1F, 09 and 12. RGB value is (31,9,18). Sum of RGB (Red+Green+Blue) = 31+9+18=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0912 is #E0F6ED. Grayscale: #101010. Windows color (decimal): -14743278 or 1181983. OLE color: 1181983.

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

Color convert

RGB31918-
CMYK00.710.420.88
HSL335.45º55%7.84%-
HSV(B)335.45º70.97%12.16%-
XYZ0.770.530.63-
YUV16.6128.79138.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 9 (3.91% from 255) = 15.52%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=53.45%
G=15.52%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3191800.710.420.88335.45557.84
Hex1F9120472A5814f378
Octal3711220107521305176710
Binary111111001100100100011110101010110001010011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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