#2F151C

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

Shades of Rustic Red #2F151C

Tints of Rustic Red #2F151C

Color information

#2F151C (or 0x2F151C) is unknown color: approx Rustic Red. HEX triplet: 2F, 15 and 1C. RGB value is (47,21,28). Sum of RGB (Red+Green+Blue) = 47+21+28=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F151C is #D0EAE3. Grayscale: #1D1D1D. Windows color (decimal): -13691620 or 1840431. OLE color: 1840431.

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

Color convert

RGB472128-
CMYK00.550.400.82
HSL343.85º38.24%13.33%-
HSV(B)343.85º55.32%18.43%-
XYZ1.651.221.25-
YUV29.57127.11140.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.96%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=48.96%
G=21.88%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47212800.550.400.82343.8538.2413.33
Hex2F151C037285215826d
Octal572534067501225304615
Binary1011111010111100011011110100010100101010110001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,21,28); }

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

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

 a { background-color: rgb(47,21,28); }

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

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

 span { border-color: rgb(47,21,28); }

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