#2F0509

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

Shades of Rustic Red #2F0509

Tints of Rustic Red #2F0509

Color information

#2F0509 (or 0x2F0509) is unknown color: approx Rustic Red. HEX triplet: 2F, 05 and 09. RGB value is (47,5,9). Sum of RGB (Red+Green+Blue) = 47+5+9=61 (8% of max value = 765). Red value is 47 (18.75% from 255 or 77.05% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0509 is #D0FAF6. Grayscale: #121212. Windows color (decimal): -13695735 or 591151. OLE color: 591151.

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

Color convert

RGB4759-
CMYK00.890.810.82
HSL354.29º80.77%10.2%-
HSV(B)354.29º89.36%18.43%-
XYZ1.280.730.33-
YUV18.01122.91148.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 77.05%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 9 (3.91% from 255) = 14.75%
R=77.05%
G=8.20%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal475900.890.810.82354.2980.7710.2
Hex2F59059515216251a
Octal57511013112112254212112
Binary1011111011001010110011010001101001010110001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,5,9); }

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

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

 a { background-color: rgb(47,5,9); }

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

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

 span { border-color: rgb(47,5,9); }

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