#3F070D

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

Shades of Rustic Red #3F070D

Tints of Rustic Red #3F070D

Color information

#3F070D (or 0x3F070D) is unknown color: approx Rustic Red. HEX triplet: 3F, 07 and 0D. RGB value is (63,7,13). Sum of RGB (Red+Green+Blue) = 63+7+13=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F070D is #C0F8F2. Grayscale: #181818. Windows color (decimal): -12646643 or 853823. OLE color: 853823.

HSL color Cylindrical-coordinate representation of color #3F070D: hue angle of 353.57º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F070D is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB63713-
CMYK00.890.790.75
HSL353.57º80%13.73%-
HSV(B)353.57º88.89%24.71%-
XYZ2.21.240.5-
YUV24.43121.55155.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 75.90%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=75.90%
G=8.43%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6371300.890.790.75353.578013.73
Hex3F7D0594F4B16250e
Octal77715013111711354212016
Binary1111111111101010110011001111100101110110001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,7,13); }

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

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

 a { background-color: rgb(63,7,13); }

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

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

 span { border-color: rgb(63,7,13); }

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