#2F090F

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

Shades of Rustic Red #2F090F

Tints of Rustic Red #2F090F

Color information

#2F090F (or 0x2F090F) is unknown color: approx Rustic Red. HEX triplet: 2F, 09 and 0F. RGB value is (47,9,15). Sum of RGB (Red+Green+Blue) = 47+9+15=71 (9% of max value = 765). Red value is 47 (18.75% from 255 or 66.20% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 47 - color contains mainly: red. Hex color #2F090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F090F is #D0F6F0. Grayscale: #151515. Windows color (decimal): -13694705 or 985391. OLE color: 985391.

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

Color convert

RGB47915-
CMYK00.810.680.82
HSL350.53º67.86%10.98%-
HSV(B)350.53º80.85%18.43%-
XYZ1.360.830.54-
YUV21.05124.59146.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 66.20%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=66.20%
G=12.68%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4791500.810.680.82350.5367.8610.98
Hex2F9F051445215f44b
Octal571117012110412253710413
Binary10111110011111010100011000100101001010101111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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