#2F0D15

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

Shades of Rustic Red #2F0D15

Tints of Rustic Red #2F0D15

Color information

#2F0D15 (or 0x2F0D15) is unknown color: approx Rustic Red. HEX triplet: 2F, 0D and 15. RGB value is (47,13,21). Sum of RGB (Red+Green+Blue) = 47+13+21=81 (10% of max value = 765). Red value is 47 (18.75% from 255 or 58.02% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0D15 is #D0F2EA. Grayscale: #181818. Windows color (decimal): -13693675 or 1379631. OLE color: 1379631.

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

Color convert

RGB471321-
CMYK00.720.550.82
HSL345.88º56.67%11.76%-
HSV(B)345.88º72.34%18.43%-
XYZ1.450.950.82-
YUV24.08126.26144.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 58.02%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=58.02%
G=16.05%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47132100.720.550.82345.8856.6711.76
Hex2FD15048375215a39c
Octal5715250110671225327114
Binary1011111101101010100100011011110100101010110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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