#3F030F

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

Shades of Rustic Red #3F030F

Tints of Rustic Red #3F030F

Color information

#3F030F (or 0x3F030F) is unknown color: approx Rustic Red. HEX triplet: 3F, 03 and 0F. RGB value is (63,3,15). Sum of RGB (Red+Green+Blue) = 63+3+15=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F030F is #C0FCF0. Grayscale: #161616. Windows color (decimal): -12647665 or 983871. OLE color: 983871.

HSL color Cylindrical-coordinate representation of color #3F030F: hue angle of 348º 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 #3F030F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB63315-
CMYK00.950.760.75
HSL348º90.91%12.94%-
HSV(B)348º95.24%24.71%-
XYZ2.171.160.56-
YUV22.31123.88157.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 77.78%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=77.78%
G=3.70%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6331500.950.760.7534890.9112.94
Hex3F3F05F4C4B15c5bd
Octal77317013711411353413315
Binary111111111111010111111001100100101110101110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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