#2F070F

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

Shades of Rustic Red #2F070F

Tints of Rustic Red #2F070F

Color information

#2F070F (or 0x2F070F) is unknown color: approx Rustic Red. HEX triplet: 2F, 07 and 0F. RGB value is (47,7,15). Sum of RGB (Red+Green+Blue) = 47+7+15=69 (9% of max value = 765). Red value is 47 (18.75% from 255 or 68.12% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 47 - color contains mainly: red. Hex color #2F070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F070F is #D0F8F0. Grayscale: #131313. Windows color (decimal): -13695217 or 984879. OLE color: 984879.

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

Color convert

RGB47715-
CMYK00.850.680.82
HSL348º74.07%10.59%-
HSV(B)348º85.11%18.43%-
XYZ1.330.790.53-
YUV19.87125.25147.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 68.12%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=68.12%
G=10.14%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4771500.850.680.8234874.0710.59
Hex2F7F055445215c4ab
Octal57717012510412253411213
Binary1011111111111010101011000100101001010101110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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