#2F1516

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

Shades of Rustic Red #2F1516

Tints of Rustic Red #2F1516

Color information

#2F1516 (or 0x2F1516) is unknown color: approx Rustic Red. HEX triplet: 2F, 15 and 16. RGB value is (47,21,22). Sum of RGB (Red+Green+Blue) = 47+21+22=90 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.22% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1516 is #D0EAE9. Grayscale: #1C1C1C. Windows color (decimal): -13691626 or 1447215. OLE color: 1447215.

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

Color convert

RGB472122-
CMYK00.550.530.82
HSL357.69º38.24%13.33%-
HSV(B)357.69º55.32%18.43%-
XYZ1.591.20.91-
YUV28.89124.11140.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 52.22%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=52.22%
G=23.33%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47212200.550.530.82357.6938.2413.33
Hex2F1516037355216626d
Octal572526067651225464615
Binary1011111010110110011011111010110100101011001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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