#2F090E

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

Shades of Rustic Red #2F090E

Tints of Rustic Red #2F090E

Color information

#2F090E (or 0x2F090E) is unknown color: approx Rustic Red. HEX triplet: 2F, 09 and 0E. RGB value is (47,9,14). Sum of RGB (Red+Green+Blue) = 47+9+14=70 (9% of max value = 765). Red value is 47 (18.75% from 255 or 67.14% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 47 - color contains mainly: red. Hex color #2F090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F090E is #D0F6F1. Grayscale: #141414. Windows color (decimal): -13694706 or 919855. OLE color: 919855.

HSL color Cylindrical-coordinate representation of color #2F090E: hue angle of 352.11º 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 #2F090E is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB47914-
CMYK00.810.700.82
HSL352.11º67.86%10.98%-
HSV(B)352.11º80.85%18.43%-
XYZ1.350.830.5-
YUV20.93124.09146.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 67.14%
GREEN value IS 9 (3.91% from 255) = 12.86%
BLUE value IS 14 (5.86% from 255) = 20%
R=67.14%
G=12.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4791400.810.700.82352.1167.8610.98
Hex2F9E051465216044b
Octal571116012110612254010413
Binary10111110011110010100011000110101001010110000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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