#3F061A

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

Shades of Rustic Red #3F061A

Tints of Rustic Red #3F061A

Color information

#3F061A (or 0x3F061A) is unknown color: approx Rustic Red. HEX triplet: 3F, 06 and 1A. RGB value is (63,6,26). Sum of RGB (Red+Green+Blue) = 63+6+26=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F061A is #C0F9E5. Grayscale: #191919. Windows color (decimal): -12646886 or 1705535. OLE color: 1705535.

HSL color Cylindrical-coordinate representation of color #3F061A: hue angle of 338.95º 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 #3F061A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB63626-
CMYK00.900.590.75
HSL338.95º82.61%13.53%-
HSV(B)338.95º90.48%24.71%-
XYZ2.31.261.1-
YUV25.32128.38154.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 66.32%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=66.32%
G=6.32%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6362600.900.590.75338.9582.6113.53
Hex3F61A05A3B4B15353e
Octal7763201327311352312316
Binary1111111101101001011010111011100101110101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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