#3F171A

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

Shades of Rustic Red #3F171A

Tints of Rustic Red #3F171A

Color information

#3F171A (or 0x3F171A) is unknown color: approx Rustic Red. HEX triplet: 3F, 17 and 1A. RGB value is (63,23,26). Sum of RGB (Red+Green+Blue) = 63+23+26=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F171A is #C0E8E5. Grayscale: #232323. Windows color (decimal): -12642534 or 1709887. OLE color: 1709887.

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

Color convert

RGB632326-
CMYK00.630.590.75
HSL355.5º46.51%16.86%-
HSV(B)355.5º63.49%24.71%-
XYZ2.541.741.18-
YUV35.3122.75147.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.25%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=56.25%
G=20.54%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63232600.630.590.75355.546.5116.86
Hex3F171A03F3B4B1642f11
Octal772732077731135445721
Binary11111110111110100111111111011100101110110010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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