#2F000C

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

Shades of Rustic Red #2F000C

Tints of Rustic Red #2F000C

Color information

#2F000C (or 0x2F000C) is unknown color: approx Rustic Red. HEX triplet: 2F, 00 and 0C. RGB value is (47,0,12). Sum of RGB (Red+Green+Blue) = 47+0+12=59 (7% of max value = 765). Red value is 47 (18.75% from 255 or 79.66% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 47 - color contains mainly: red. Hex color #2F000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F000C is #D0FFF3. Grayscale: #0F0F0F. Windows color (decimal): -13697012 or 786479. OLE color: 786479.

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

Color convert

RGB47012-
CMYK010.740.82
HSL344.68º100%9.22%-
HSV(B)344.68º100%18.43%-
XYZ1.240.630.4-
YUV15.42126.07150.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 79.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 20.34%
R=79.66%
G=0%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47012010.740.82344.681009.22
Hex2F0C0644A52159649
Octal57014014411212253114411
Binary10111101100011001001001010101001010101100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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