#2F181D

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

Shades of Rustic Red #2F181D

Tints of Rustic Red #2F181D

Color information

#2F181D (or 0x2F181D) is unknown color: approx Rustic Red. HEX triplet: 2F, 18 and 1D. RGB value is (47,24,29). Sum of RGB (Red+Green+Blue) = 47+24+29=100 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 47 - color contains mainly: red. Hex color #2F181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F181D is #D0E7E2. Grayscale: #1F1F1F. Windows color (decimal): -13690851 or 1906735. OLE color: 1906735.

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

Color convert

RGB472429-
CMYK00.490.380.82
HSL346.96º32.39%13.92%-
HSV(B)346.96º48.94%18.43%-
XYZ1.721.351.33-
YUV31.45126.62139.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47%
GREEN value IS 24 (9.77% from 255) = 24%
BLUE value IS 29 (11.72% from 255) = 29%
R=47%
G=24%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47242900.490.380.82346.9632.3913.92
Hex2F181D031265215b20e
Octal573035061461225334016
Binary1011111100011101011000110011010100101010110111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,29); }

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

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

 a { background-color: rgb(47,24,29); }

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

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

 span { border-color: rgb(47,24,29); }

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