#3F1013

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

Shades of Rustic Red #3F1013

Tints of Rustic Red #3F1013

Color information

#3F1013 (or 0x3F1013) is unknown color: approx Rustic Red. HEX triplet: 3F, 10 and 13. RGB value is (63,16,19). Sum of RGB (Red+Green+Blue) = 63+16+19=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1013 is #C0EFEC. Grayscale: #1E1E1E. Windows color (decimal): -12644333 or 1249343. OLE color: 1249343.

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

Color convert

RGB631619-
CMYK00.750.700.75
HSL356.17º59.49%15.49%-
HSV(B)356.17º74.6%24.71%-
XYZ2.351.470.78-
YUV30.4121.57151.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.29%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=64.29%
G=16.33%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63161900.750.700.75356.1759.4915.49
Hex3F101304B464B1643bf
Octal77202301131061135447317
Binary111111100001001101001011100011010010111011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,16,19); }

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

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

 a { background-color: rgb(63,16,19); }

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

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

 span { border-color: rgb(63,16,19); }

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