#3F0515

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

Shades of Rustic Red #3F0515

Tints of Rustic Red #3F0515

Color information

#3F0515 (or 0x3F0515) is unknown color: approx Rustic Red. HEX triplet: 3F, 05 and 15. RGB value is (63,5,21). Sum of RGB (Red+Green+Blue) = 63+5+21=89 (11% of max value = 765). Red value is 63 (25% from 255 or 70.79% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0515 is #C0FAEA. Grayscale: #181818. Windows color (decimal): -12647147 or 1377599. OLE color: 1377599.

HSL color Cylindrical-coordinate representation of color #3F0515: hue angle of 343.45º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0515 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB63521-
CMYK00.920.670.75
HSL343.45º85.29%13.33%-
HSV(B)343.45º92.06%24.71%-
XYZ2.241.220.83-
YUV24.17126.22155.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 70.79%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=70.79%
G=5.62%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6352100.920.670.75343.4585.2913.33
Hex3F51505C434B15755d
Octal77525013410311352712515
Binary11111110110101010111001000011100101110101011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F0515; }

 p { color: rgb(63,5,21); }

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

<style>
 a { background-color: #3F0515; }

 a { background-color: rgb(63,5,21); }

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

<style>
 span { border-color: #3F0515; }

 span { border-color: rgb(63,5,21); }

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