#2F0F11

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

Shades of Rustic Red #2F0F11

Tints of Rustic Red #2F0F11

Color information

#2F0F11 (or 0x2F0F11) is unknown color: approx Rustic Red. HEX triplet: 2F, 0F and 11. RGB value is (47,15,17). Sum of RGB (Red+Green+Blue) = 47+15+17=79 (10% of max value = 765). Red value is 47 (18.75% from 255 or 59.49% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0F11 is #D0F0EE. Grayscale: #181818. Windows color (decimal): -13693167 or 1117999. OLE color: 1117999.

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

Color convert

RGB471517-
CMYK00.680.640.82
HSL356.25º51.61%12.16%-
HSV(B)356.25º68.09%18.43%-
XYZ1.440.990.64-
YUV24.8123.6143.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 59.49%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=59.49%
G=18.99%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47151700.680.640.82356.2551.6112.16
Hex2FF11044405216434c
Octal57172101041001225446414
Binary10111111111000101000100100000010100101011001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,15,17); }

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

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

 a { background-color: rgb(47,15,17); }

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

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

 span { border-color: rgb(47,15,17); }

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