#1F0A0C

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

Shades of Rustic Red #1F0A0C

Tints of Rustic Red #1F0A0C

Color information

#1F0A0C (or 0x1F0A0C) is unknown color: approx Rustic Red. HEX triplet: 1F, 0A and 0C. RGB value is (31,10,12). Sum of RGB (Red+Green+Blue) = 31+10+12=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A0C is #E0F5F3. Grayscale: #101010. Windows color (decimal): -14743028 or 789023. OLE color: 789023.

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

Color convert

RGB311012-
CMYK00.680.610.88
HSL354.29º51.22%8.04%-
HSV(B)354.29º67.74%12.16%-
XYZ0.740.530.41-
YUV16.51125.46138.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 10 (4.30% from 255) = 18.87%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=58.49%
G=18.87%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31101200.680.610.88354.2951.228.04
Hex1FAC0443D58162338
Octal3712140104751305426310
Binary11111101011000100010011110110110001011000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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