#2F0315

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

Shades of Rustic Red #2F0315

Tints of Rustic Red #2F0315

Color information

#2F0315 (or 0x2F0315) is unknown color: approx Rustic Red. HEX triplet: 2F, 03 and 15. RGB value is (47,3,21). Sum of RGB (Red+Green+Blue) = 47+3+21=71 (9% of max value = 765). Red value is 47 (18.75% from 255 or 66.20% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0315 is #D0FCEA. Grayscale: #121212. Windows color (decimal): -13696235 or 1377071. OLE color: 1377071.

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

Color convert

RGB47321-
CMYK00.940.550.82
HSL335.45º88%9.8%-
HSV(B)335.45º93.62%18.43%-
XYZ1.340.720.78-
YUV18.21129.58148.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 66.20%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=66.20%
G=4.23%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4732100.940.550.82335.45889.8
Hex2F31505E375214f58a
Octal5732501366712251713012
Binary101111111010101011110110111101001010100111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,3,21); }

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

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

 a { background-color: rgb(47,3,21); }

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

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

 span { border-color: rgb(47,3,21); }

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