#2F161B

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

Shades of Rustic Red #2F161B

Tints of Rustic Red #2F161B

Color information

#2F161B (or 0x2F161B) is unknown color: approx Rustic Red. HEX triplet: 2F, 16 and 1B. RGB value is (47,22,27). Sum of RGB (Red+Green+Blue) = 47+22+27=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F161B is #D0E9E4. Grayscale: #1E1E1E. Windows color (decimal): -13691365 or 1775151. OLE color: 1775151.

HSL color Cylindrical-coordinate representation of color #2F161B: hue angle of 348º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F161B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB472227-
CMYK00.530.430.82
HSL348º36.23%13.53%-
HSV(B)348º53.19%18.43%-
XYZ1.661.261.19-
YUV30.04126.28140.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.96%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=48.96%
G=22.92%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47222700.530.430.8234836.2313.53
Hex2F161B0352B5215c24e
Octal572633065531225344416
Binary1011111011011011011010110101110100101010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,22,27); }

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

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

 a { background-color: rgb(47,22,27); }

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

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

 span { border-color: rgb(47,22,27); }

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