#2F0914

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

Shades of Rustic Red #2F0914

Tints of Rustic Red #2F0914

Color information

#2F0914 (or 0x2F0914) is unknown color: approx Rustic Red. HEX triplet: 2F, 09 and 14. RGB value is (47,9,20). Sum of RGB (Red+Green+Blue) = 47+9+20=76 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.84% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0914 is #D0F6EB. Grayscale: #151515. Windows color (decimal): -13694700 or 1313071. OLE color: 1313071.

HSL color Cylindrical-coordinate representation of color #2F0914: hue angle of 342.63º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F0914 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB47920-
CMYK00.810.570.82
HSL342.63º67.86%10.98%-
HSV(B)342.63º80.85%18.43%-
XYZ1.40.850.75-
YUV21.62127.09146.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 61.84%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=61.84%
G=11.84%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4792000.810.570.82342.6367.8610.98
Hex2F914051395215744b
Octal57112401217112252710413
Binary10111110011010001010001111001101001010101011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,9,20); }

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

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

 a { background-color: rgb(47,9,20); }

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

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

 span { border-color: rgb(47,9,20); }

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