#3F1718

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

Shades of Rustic Red #3F1718

Tints of Rustic Red #3F1718

Color information

#3F1718 (or 0x3F1718) is unknown color: approx Rustic Red. HEX triplet: 3F, 17 and 18. RGB value is (63,23,24). Sum of RGB (Red+Green+Blue) = 63+23+24=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1718 is #C0E8E7. Grayscale: #232323. Windows color (decimal): -12642536 or 1578815. OLE color: 1578815.

HSL color Cylindrical-coordinate representation of color #3F1718: hue angle of 358.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 #3F1718 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB632324-
CMYK00.630.620.75
HSL358.5º46.51%16.86%-
HSV(B)358.5º63.49%24.71%-
XYZ2.521.741.07-
YUV35.07121.75147.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.27%
GREEN value IS 23 (9.38% from 255) = 20.91%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=57.27%
G=20.91%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63232400.630.620.75358.546.5116.86
Hex3F171803F3E4B1662f11
Octal772730077761135465721
Binary11111110111110000111111111110100101110110011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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