#3F030D

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

Shades of Rustic Red #3F030D

Tints of Rustic Red #3F030D

Color information

#3F030D (or 0x3F030D) is unknown color: approx Rustic Red. HEX triplet: 3F, 03 and 0D. RGB value is (63,3,13). Sum of RGB (Red+Green+Blue) = 63+3+13=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F030D is #C0FCF2. Grayscale: #161616. Windows color (decimal): -12647667 or 852799. OLE color: 852799.

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

Color convert

RGB63313-
CMYK00.950.790.75
HSL350º90.91%12.94%-
HSV(B)350º95.24%24.71%-
XYZ2.161.150.49-
YUV22.08122.88157.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 79.75%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=79.75%
G=3.80%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6331300.950.790.7535090.9112.94
Hex3F3D05F4F4B15e5bd
Octal77315013711711353613315
Binary111111111101010111111001111100101110101111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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