#3F0615

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

Shades of Rustic Red #3F0615

Tints of Rustic Red #3F0615

Color information

#3F0615 (or 0x3F0615) is unknown color: approx Rustic Red. HEX triplet: 3F, 06 and 15. RGB value is (63,6,21). Sum of RGB (Red+Green+Blue) = 63+6+21=90 (11% of max value = 765). Red value is 63 (25% from 255 or 70% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0615 is #C0F9EA. Grayscale: #181818. Windows color (decimal): -12646891 or 1377855. OLE color: 1377855.

HSL color Cylindrical-coordinate representation of color #3F0615: hue angle of 344.21º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0615 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB63621-
CMYK00.900.670.75
HSL344.21º82.61%13.53%-
HSV(B)344.21º90.48%24.71%-
XYZ2.251.240.83-
YUV24.75125.88155.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 70%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=70%
G=6.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6362100.900.670.75344.2182.6113.53
Hex3F61505A434B15853e
Octal77625013210311353012316
Binary11111111010101010110101000011100101110101100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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