#1F070D

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

Shades of Rustic Red #1F070D

Tints of Rustic Red #1F070D

Color information

#1F070D (or 0x1F070D) is unknown color: approx Rustic Red. HEX triplet: 1F, 07 and 0D. RGB value is (31,7,13). Sum of RGB (Red+Green+Blue) = 31+7+13=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F070D is #E0F8F2. Grayscale: #0E0E0E. Windows color (decimal): -14743795 or 853791. OLE color: 853791.

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

Color convert

RGB31713-
CMYK00.770.580.88
HSL345º63.16%7.45%-
HSV(B)345º77.42%12.16%-
XYZ0.710.470.43-
YUV14.86126.95139.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 60.78%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=60.78%
G=13.73%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3171300.770.580.8834563.167.45
Hex1F7D04D3A581593f7
Octal37715011572130531777
Binary111111111101010011011110101011000101011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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