#3F151A

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

Shades of Rustic Red #3F151A

Tints of Rustic Red #3F151A

Color information

#3F151A (or 0x3F151A) is unknown color: approx Rustic Red. HEX triplet: 3F, 15 and 1A. RGB value is (63,21,26). Sum of RGB (Red+Green+Blue) = 63+21+26=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F151A is #C0EAE5. Grayscale: #222222. Windows color (decimal): -12643046 or 1709375. OLE color: 1709375.

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

Color convert

RGB632126-
CMYK00.670.590.75
HSL352.86º50%16.47%-
HSV(B)352.86º66.67%24.71%-
XYZ2.51.671.17-
YUV34.13123.41148.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.27%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=57.27%
G=19.09%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63212600.670.590.75352.865016.47
Hex3F151A0433B4B1613210
Octal7725320103731135416220
Binary111111101011101001000011111011100101110110000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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