#2F000F

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

Shades of Rustic Red #2F000F

Tints of Rustic Red #2F000F

Color information

#2F000F (or 0x2F000F) is unknown color: approx Rustic Red. HEX triplet: 2F, 00 and 0F. RGB value is (47,0,15). Sum of RGB (Red+Green+Blue) = 47+0+15=62 (8% of max value = 765). Red value is 47 (18.75% from 255 or 75.81% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 47 - color contains mainly: red. Hex color #2F000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F000F is #D0FFF0. Grayscale: #0F0F0F. Windows color (decimal): -13697009 or 983087. OLE color: 983087.

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

Color convert

RGB47015-
CMYK010.680.82
HSL340.85º100%9.22%-
HSV(B)340.85º100%18.43%-
XYZ1.260.640.51-
YUV15.76127.57150.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 75.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=75.81%
G=0%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47015010.680.82340.851009.22
Hex2F0F0644452155649
Octal57017014410412252514411
Binary10111101111011001001000100101001010101010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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