#3F0B1A

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

Shades of Rustic Red #3F0B1A

Tints of Rustic Red #3F0B1A

Color information

#3F0B1A (or 0x3F0B1A) is unknown color: approx Rustic Red. HEX triplet: 3F, 0B and 1A. RGB value is (63,11,26). Sum of RGB (Red+Green+Blue) = 63+11+26=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B1A is #C0F4E5. Grayscale: #1C1C1C. Windows color (decimal): -12645606 or 1706815. OLE color: 1706815.

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

Color convert

RGB631126-
CMYK00.830.590.75
HSL342.69º70.27%14.51%-
HSV(B)342.69º82.54%24.71%-
XYZ2.361.371.12-
YUV28.26126.73152.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 63%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 26 (10.55% from 255) = 26%
R=63%
G=11%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63112600.830.590.75342.6970.2714.51
Hex3FB1A0533B4B15746f
Octal77133201237311352710617
Binary11111110111101001010011111011100101110101011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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