#2F1019

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

Shades of Rustic Red #2F1019

Tints of Rustic Red #2F1019

Color information

#2F1019 (or 0x2F1019) is unknown color: approx Rustic Red. HEX triplet: 2F, 10 and 19. RGB value is (47,16,25). Sum of RGB (Red+Green+Blue) = 47+16+25=88 (11% of max value = 765). Red value is 47 (18.75% from 255 or 53.41% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1019 is #D0EFE6. Grayscale: #1A1A1A. Windows color (decimal): -13692903 or 1642543. OLE color: 1642543.

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

Color convert

RGB471625-
CMYK00.660.470.82
HSL342.58º49.21%12.35%-
HSV(B)342.58º65.96%18.43%-
XYZ1.531.051.04-
YUV26.3127.27142.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 53.41%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=53.41%
G=18.18%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47162500.660.470.82342.5849.2112.35
Hex2F10190422F5215731c
Octal5720310102571225276114
Binary10111110000110010100001010111110100101010101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,16,25); }

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

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

 a { background-color: rgb(47,16,25); }

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

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

 span { border-color: rgb(47,16,25); }

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