#3F1419

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

Shades of Rustic Red #3F1419

Tints of Rustic Red #3F1419

Color information

#3F1419 (or 0x3F1419) is unknown color: approx Rustic Red. HEX triplet: 3F, 14 and 19. RGB value is (63,20,25). Sum of RGB (Red+Green+Blue) = 63+20+25=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1419 is #C0EBE6. Grayscale: #212121. Windows color (decimal): -12643303 or 1643583. OLE color: 1643583.

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

Color convert

RGB632025-
CMYK00.680.600.75
HSL353.02º51.81%16.27%-
HSV(B)353.02º68.25%24.71%-
XYZ2.481.631.1-
YUV33.43123.25149.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.33%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=58.33%
G=18.52%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63202500.680.600.75353.0251.8116.27
Hex3F14190443C4B1613410
Octal7724310104741135416420
Binary111111101001100101000100111100100101110110000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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