#3F1819

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

Shades of Rustic Red #3F1819

Tints of Rustic Red #3F1819

Color information

#3F1819 (or 0x3F1819) is unknown color: approx Rustic Red. HEX triplet: 3F, 18 and 19. RGB value is (63,24,25). Sum of RGB (Red+Green+Blue) = 63+24+25=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1819 is #C0E7E6. Grayscale: #232323. Windows color (decimal): -12642279 or 1644607. OLE color: 1644607.

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

Color convert

RGB632425-
CMYK00.620.600.75
HSL358.46º44.83%17.06%-
HSV(B)358.46º61.9%24.71%-
XYZ2.551.781.13-
YUV35.78121.92147.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.25%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=56.25%
G=21.43%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63242500.620.600.75358.4644.8317.06
Hex3F181903E3C4B1662d11
Octal773031076741135465521
Binary11111111000110010111110111100100101110110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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