#2F0205

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

Shades of Rustic Red #2F0205

Tints of Rustic Red #2F0205

Color information

#2F0205 (or 0x2F0205) is unknown color: approx Rustic Red. HEX triplet: 2F, 02 and 05. RGB value is (47,2,5). Sum of RGB (Red+Green+Blue) = 47+2+5=54 (7% of max value = 765). Red value is 47 (18.75% from 255 or 87.04% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0205 is #D0FDFA. Grayscale: #0F0F0F. Windows color (decimal): -13696507 or 328239. OLE color: 328239.

HSL color Cylindrical-coordinate representation of color #2F0205: hue angle of 356º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0205 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB4725-
CMYK00.960.890.82
HSL356º91.84%9.61%-
HSV(B)356º95.74%18.43%-
XYZ1.220.660.21-
YUV15.8121.91150.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 87.04%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=87.04%
G=3.70%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal472500.960.890.8235691.849.61
Hex2F2506059521645ca
Octal5725014013112254413412
Binary10111110101011000001011001101001010110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,2,5); }

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

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

 a { background-color: rgb(47,2,5); }

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

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

 span { border-color: rgb(47,2,5); }

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