#2F0508

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

Shades of Rustic Red #2F0508

Tints of Rustic Red #2F0508

Color information

#2F0508 (or 0x2F0508) is unknown color: approx Rustic Red. HEX triplet: 2F, 05 and 08. RGB value is (47,5,8). Sum of RGB (Red+Green+Blue) = 47+5+8=60 (7% of max value = 765). Red value is 47 (18.75% from 255 or 78.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0508 is #D0FAF7. Grayscale: #111111. Windows color (decimal): -13695736 or 525615. OLE color: 525615.

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

Color convert

RGB4758-
CMYK00.890.830.82
HSL355.71º80.77%10.2%-
HSV(B)355.71º89.36%18.43%-
XYZ1.270.730.3-
YUV17.9122.41148.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 78.33%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=78.33%
G=8.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal475800.890.830.82355.7180.7710.2
Hex2F58059535216451a
Octal57510013112312254412112
Binary1011111011000010110011010011101001010110010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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