#2F0712

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

Shades of Rustic Red #2F0712

Tints of Rustic Red #2F0712

Color information

#2F0712 (or 0x2F0712) is unknown color: approx Rustic Red. HEX triplet: 2F, 07 and 12. RGB value is (47,7,18). Sum of RGB (Red+Green+Blue) = 47+7+18=72 (9% of max value = 765). Red value is 47 (18.75% from 255 or 65.28% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0712 is #D0F8ED. Grayscale: #141414. Windows color (decimal): -13695214 or 1181487. OLE color: 1181487.

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

Color convert

RGB47718-
CMYK00.850.620.82
HSL343.5º74.07%10.59%-
HSV(B)343.5º85.11%18.43%-
XYZ1.360.80.66-
YUV20.21126.75147.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 65.28%
GREEN value IS 7 (3.12% from 255) = 9.72%
BLUE value IS 18 (7.42% from 255) = 25%
R=65.28%
G=9.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4771800.850.620.82343.574.0710.59
Hex2F7120553E521584ab
Octal5772201257612253011213
Binary1011111111001001010101111110101001010101100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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