#2F0717

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

Shades of Rustic Red #2F0717

Tints of Rustic Red #2F0717

Color information

#2F0717 (or 0x2F0717) is unknown color: approx Rustic Red. HEX triplet: 2F, 07 and 17. RGB value is (47,7,23). Sum of RGB (Red+Green+Blue) = 47+7+23=77 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.04% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0717 is #D0F8E8. Grayscale: #141414. Windows color (decimal): -13695209 or 1509167. OLE color: 1509167.

HSL color Cylindrical-coordinate representation of color #2F0717: hue angle of 336º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0717 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.82.

Color convert

RGB47723-
CMYK00.850.510.82
HSL336º74.07%10.59%-
HSV(B)336º85.11%18.43%-
XYZ1.40.820.89-
YUV20.78129.25146.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 61.04%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 23 (9.38% from 255) = 29.87%
R=61.04%
G=9.09%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4772300.850.510.8233674.0710.59
Hex2F71705533521504ab
Octal5772701256312252011213
Binary1011111111011101010101110011101001010101000010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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