#2F0113

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

Shades of Rustic Red #2F0113

Tints of Rustic Red #2F0113

Color information

#2F0113 (or 0x2F0113) is unknown color: approx Rustic Red. HEX triplet: 2F, 01 and 13. RGB value is (47,1,19). Sum of RGB (Red+Green+Blue) = 47+1+19=67 (8% of max value = 765). Red value is 47 (18.75% from 255 or 70.15% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0113 is #D0FEEC. Grayscale: #101010. Windows color (decimal): -13696749 or 1245487. OLE color: 1245487.

HSL color Cylindrical-coordinate representation of color #2F0113: hue angle of 336.52º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0113 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB47119-
CMYK00.980.600.82
HSL336.52º95.83%9.41%-
HSV(B)336.52º97.87%18.43%-
XYZ1.30.670.68-
YUV16.81129.24149.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 70.15%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 19 (7.81% from 255) = 28.36%
R=70.15%
G=1.49%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4711900.980.600.82336.5295.839.41
Hex2F1130623C52151609
Octal5712301427412252114011
Binary10111111001101100010111100101001010101000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,1,19); }

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

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

 a { background-color: rgb(47,1,19); }

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

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

 span { border-color: rgb(47,1,19); }

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