#2F0D0F

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

Shades of Rustic Red #2F0D0F

Tints of Rustic Red #2F0D0F

Color information

#2F0D0F (or 0x2F0D0F) is unknown color: approx Rustic Red. HEX triplet: 2F, 0D and 0F. RGB value is (47,13,15). Sum of RGB (Red+Green+Blue) = 47+13+15=75 (9% of max value = 765). Red value is 47 (18.75% from 255 or 62.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0D0F is #D0F2F0. Grayscale: #171717. Windows color (decimal): -13693681 or 986415. OLE color: 986415.

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

Color convert

RGB471315-
CMYK00.720.680.82
HSL356.47º56.67%11.76%-
HSV(B)356.47º72.34%18.43%-
XYZ1.40.930.56-
YUV23.39123.26144.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 62.67%
GREEN value IS 13 (5.47% from 255) = 17.33%
BLUE value IS 15 (6.25% from 255) = 20%
R=62.67%
G=17.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47131500.720.680.82356.4756.6711.76
Hex2FDF048445216439c
Octal57151701101041225447114
Binary1011111101111101001000100010010100101011001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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