#3F1415

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

Shades of Rustic Red #3F1415

Tints of Rustic Red #3F1415

Color information

#3F1415 (or 0x3F1415) is unknown color: approx Rustic Red. HEX triplet: 3F, 14 and 15. RGB value is (63,20,21). Sum of RGB (Red+Green+Blue) = 63+20+21=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1415 is #C0EBEA. Grayscale: #212121. Windows color (decimal): -12643307 or 1381439. OLE color: 1381439.

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

Color convert

RGB632021-
CMYK00.680.670.75
HSL358.6º51.81%16.27%-
HSV(B)358.6º68.25%24.71%-
XYZ2.441.610.89-
YUV32.97121.25149.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 60.58%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=60.58%
G=19.23%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63202100.680.670.75358.651.8116.27
Hex3F1415044434B1673410
Octal77242501041031135476420
Binary1111111010010101010001001000011100101110110011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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