#2F0308

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

Shades of Rustic Red #2F0308

Tints of Rustic Red #2F0308

Color information

#2F0308 (or 0x2F0308) is unknown color: approx Rustic Red. HEX triplet: 2F, 03 and 08. RGB value is (47,3,8). Sum of RGB (Red+Green+Blue) = 47+3+8=58 (7% of max value = 765). Red value is 47 (18.75% from 255 or 81.03% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0308 is #D0FCF7. Grayscale: #101010. Windows color (decimal): -13696248 or 525103. OLE color: 525103.

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

Color convert

RGB4738-
CMYK00.940.830.82
HSL353.18º88%9.8%-
HSV(B)353.18º93.62%18.43%-
XYZ1.250.690.3-
YUV16.73123.08149.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 81.03%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=81.03%
G=5.17%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal473800.940.830.82353.18889.8
Hex2F3805E535216158a
Octal57310013612312254113012
Binary101111111000010111101010011101001010110000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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