#2F1216

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

Shades of Rustic Red #2F1216

Tints of Rustic Red #2F1216

Color information

#2F1216 (or 0x2F1216) is unknown color: approx Rustic Red. HEX triplet: 2F, 12 and 16. RGB value is (47,18,22). Sum of RGB (Red+Green+Blue) = 47+18+22=87 (11% of max value = 765). Red value is 47 (18.75% from 255 or 54.02% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1216 is #D0EDE9. Grayscale: #1B1B1B. Windows color (decimal): -13692394 or 1446447. OLE color: 1446447.

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

Color convert

RGB471822-
CMYK00.620.530.82
HSL351.72º44.62%12.75%-
HSV(B)351.72º61.7%18.43%-
XYZ1.531.090.89-
YUV27.13125.11142.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 54.02%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=54.02%
G=20.69%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47182200.620.530.82351.7244.6212.75
Hex2F121603E35521602dd
Octal572226076651225405515
Binary1011111001010110011111011010110100101011000001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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