#2F0D17

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

Shades of Rustic Red #2F0D17

Tints of Rustic Red #2F0D17

Color information

#2F0D17 (or 0x2F0D17) is unknown color: approx Rustic Red. HEX triplet: 2F, 0D and 17. RGB value is (47,13,23). Sum of RGB (Red+Green+Blue) = 47+13+23=83 (10% of max value = 765). Red value is 47 (18.75% from 255 or 56.63% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0D17 is #D0F2E8. Grayscale: #181818. Windows color (decimal): -13693673 or 1510703. OLE color: 1510703.

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

Color convert

RGB471323-
CMYK00.720.510.82
HSL342.35º56.67%11.76%-
HSV(B)342.35º72.34%18.43%-
XYZ1.470.950.92-
YUV24.31127.26144.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 56.63%
GREEN value IS 13 (5.47% from 255) = 15.66%
BLUE value IS 23 (9.38% from 255) = 27.71%
R=56.63%
G=15.66%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47132300.720.510.82342.3556.6711.76
Hex2FD17048335215639c
Octal5715270110631225267114
Binary1011111101101110100100011001110100101010101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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