#2F1113

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

Shades of Rustic Red #2F1113

Tints of Rustic Red #2F1113

Color information

#2F1113 (or 0x2F1113) is unknown color: approx Rustic Red. HEX triplet: 2F, 11 and 13. RGB value is (47,17,19). Sum of RGB (Red+Green+Blue) = 47+17+19=83 (10% of max value = 765). Red value is 47 (18.75% from 255 or 56.63% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1113 is #D0EEEC. Grayscale: #1A1A1A. Windows color (decimal): -13692653 or 1249583. OLE color: 1249583.

HSL color Cylindrical-coordinate representation of color #2F1113: hue angle of 356º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F1113 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB471719-
CMYK00.640.600.82
HSL356º46.88%12.55%-
HSV(B)356º63.83%18.43%-
XYZ1.491.050.74-
YUV26.2123.94142.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 56.63%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=56.63%
G=20.48%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47171900.640.600.8235646.8812.55
Hex2F11130403C521642fd
Octal5721230100741225445715
Binary10111110001100110100000011110010100101011001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1113; }

 p { color: rgb(47,17,19); }

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

<style>
 a { background-color: #2F1113; }

 a { background-color: rgb(47,17,19); }

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

<style>
 span { border-color: #2F1113; }

 span { border-color: rgb(47,17,19); }

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