#3F1A1B

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

Shades of Rustic Red #3F1A1B

Tints of Rustic Red #3F1A1B

Color information

#3F1A1B (or 0x3F1A1B) is unknown color: approx Rustic Red. HEX triplet: 3F, 1A and 1B. RGB value is (63,26,27). Sum of RGB (Red+Green+Blue) = 63+26+27=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A1B is #C0E5E4. Grayscale: #252525. Windows color (decimal): -12641765 or 1776191. OLE color: 1776191.

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

Color convert

RGB632627-
CMYK00.590.570.75
HSL358.38º41.57%17.45%-
HSV(B)358.38º58.73%24.71%-
XYZ2.621.871.26-
YUV37.18122.26146.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=54.31%
G=22.41%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63262700.590.570.75358.3841.5717.45
Hex3F1A1B03B394B1662a11
Octal773233073711135465221
Binary11111111010110110111011111001100101110110011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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