#1F0B0D

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

Shades of Rustic Red #1F0B0D

Tints of Rustic Red #1F0B0D

Color information

#1F0B0D (or 0x1F0B0D) is unknown color: approx Rustic Red. HEX triplet: 1F, 0B and 0D. RGB value is (31,11,13). Sum of RGB (Red+Green+Blue) = 31+11+13=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B0D is #E0F4F2. Grayscale: #111111. Windows color (decimal): -14742771 or 854815. OLE color: 854815.

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

Color convert

RGB311113-
CMYK00.650.580.88
HSL354º47.62%8.24%-
HSV(B)354º64.52%12.16%-
XYZ0.760.560.45-
YUV17.21125.63137.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 11 (4.69% from 255) = 20%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=56.36%
G=20%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31111300.650.580.8835447.628.24
Hex1FBD0413A58162308
Octal3713150101721305426010
Binary11111101111010100000111101010110001011000101100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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