#2F1315

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

Shades of Rustic Red #2F1315

Tints of Rustic Red #2F1315

Color information

#2F1315 (or 0x2F1315) is unknown color: approx Rustic Red. HEX triplet: 2F, 13 and 15. RGB value is (47,19,21). Sum of RGB (Red+Green+Blue) = 47+19+21=87 (11% of max value = 765). Red value is 47 (18.75% from 255 or 54.02% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1315 is #D0ECEA. Grayscale: #1B1B1B. Windows color (decimal): -13692139 or 1381167. OLE color: 1381167.

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

Color convert

RGB471921-
CMYK00.600.550.82
HSL355.71º42.42%12.94%-
HSV(B)355.71º59.57%18.43%-
XYZ1.541.120.85-
YUV27.6124.28141.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 54.02%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=54.02%
G=21.84%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47192100.600.550.82355.7142.4212.94
Hex2F131503C37521642ad
Octal572325074671225445215
Binary1011111001110101011110011011110100101011001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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