#2F0010

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

Shades of Rustic Red #2F0010

Tints of Rustic Red #2F0010

Color information

#2F0010 (or 0x2F0010) is unknown color: approx Rustic Red. HEX triplet: 2F, 00 and 10. RGB value is (47,0,16). Sum of RGB (Red+Green+Blue) = 47+0+16=63 (8% of max value = 765). Red value is 47 (18.75% from 255 or 74.60% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0010 is #D0FFEF. Grayscale: #0F0F0F. Windows color (decimal): -13697008 or 1048623. OLE color: 1048623.

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

Color convert

RGB47016-
CMYK010.660.82
HSL339.57º100%9.22%-
HSV(B)339.57º100%18.43%-
XYZ1.270.640.55-
YUV15.88128.07150.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 74.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 25.40%
R=74.60%
G=0%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47016010.660.82339.571009.22
Hex2F0100644252154649
Octal57020014410212252414411
Binary101111010000011001001000010101001010101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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