#2F151A

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

Shades of Rustic Red #2F151A

Tints of Rustic Red #2F151A

Color information

#2F151A (or 0x2F151A) is unknown color: approx Rustic Red. HEX triplet: 2F, 15 and 1A. RGB value is (47,21,26). Sum of RGB (Red+Green+Blue) = 47+21+26=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F151A is #D0EAE5. Grayscale: #1D1D1D. Windows color (decimal): -13691622 or 1709359. OLE color: 1709359.

HSL color Cylindrical-coordinate representation of color #2F151A: hue angle of 348.46º 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 #2F151A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.82.

Color convert

RGB472126-
CMYK00.550.450.82
HSL348.46º38.24%13.33%-
HSV(B)348.46º55.32%18.43%-
XYZ1.631.221.13-
YUV29.34126.11140.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=50%
G=22.34%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47212600.550.450.82348.4638.2413.33
Hex2F151A0372D5215c26d
Octal572532067551225344615
Binary1011111010111010011011110110110100101010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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