#1F030C

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

Shades of Rustic Red #1F030C

Tints of Rustic Red #1F030C

Color information

#1F030C (or 0x1F030C) is unknown color: approx Rustic Red. HEX triplet: 1F, 03 and 0C. RGB value is (31,3,12). Sum of RGB (Red+Green+Blue) = 31+3+12=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F030C is #E0FCF3. Grayscale: #0C0C0C. Windows color (decimal): -14744820 or 787231. OLE color: 787231.

HSL color Cylindrical-coordinate representation of color #1F030C: hue angle of 340.71º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F030C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB31312-
CMYK00.900.610.88
HSL340.71º82.35%6.67%-
HSV(B)340.71º90.32%12.16%-
XYZ0.660.380.39-
YUV12.4127.78141.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 67.39%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=67.39%
G=6.52%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3131200.900.610.88340.7182.356.67
Hex1F3C05A3D58155527
Octal373140132751305251227
Binary111111111000101101011110110110001010101011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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