#2F000E

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

Shades of Rustic Red #2F000E

Tints of Rustic Red #2F000E

Color information

#2F000E (or 0x2F000E) is unknown color: approx Rustic Red. HEX triplet: 2F, 00 and 0E. RGB value is (47,0,14). Sum of RGB (Red+Green+Blue) = 47+0+14=61 (8% of max value = 765). Red value is 47 (18.75% from 255 or 77.05% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 47 - color contains mainly: red. Hex color #2F000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F000E is #D0FFF1. Grayscale: #0F0F0F. Windows color (decimal): -13697010 or 917551. OLE color: 917551.

HSL color Cylindrical-coordinate representation of color #2F000E: hue angle of 342.13º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F000E is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB47014-
CMYK010.700.82
HSL342.13º100%9.22%-
HSV(B)342.13º100%18.43%-
XYZ1.250.640.47-
YUV15.65127.07150.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 77.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=77.05%
G=0%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47014010.700.82342.131009.22
Hex2F0E0644652156649
Octal57016014410612252614411
Binary10111101110011001001000110101001010101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,0,14); }

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

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

 a { background-color: rgb(47,0,14); }

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

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

 span { border-color: rgb(47,0,14); }

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