#2F0B14

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

Shades of Rustic Red #2F0B14

Tints of Rustic Red #2F0B14

Color information

#2F0B14 (or 0x2F0B14) is unknown color: approx Rustic Red. HEX triplet: 2F, 0B and 14. RGB value is (47,11,20). Sum of RGB (Red+Green+Blue) = 47+11+20=78 (10% of max value = 765). Red value is 47 (18.75% from 255 or 60.26% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0B14 is #D0F4EB. Grayscale: #161616. Windows color (decimal): -13694188 or 1313583. OLE color: 1313583.

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

Color convert

RGB471120-
CMYK00.770.570.82
HSL345º62.07%11.37%-
HSV(B)345º76.6%18.43%-
XYZ1.420.890.76-
YUV22.79126.43145.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 60.26%
GREEN value IS 11 (4.69% from 255) = 14.10%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=60.26%
G=14.10%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47112000.770.570.8234562.0711.37
Hex2FB1404D39521593eb
Octal5713240115711225317613
Binary1011111011101000100110111100110100101010110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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