#3F0512

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

Shades of Rustic Red #3F0512

Tints of Rustic Red #3F0512

Color information

#3F0512 (or 0x3F0512) is unknown color: approx Rustic Red. HEX triplet: 3F, 05 and 12. RGB value is (63,5,18). Sum of RGB (Red+Green+Blue) = 63+5+18=86 (11% of max value = 765). Red value is 63 (25% from 255 or 73.26% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0512 is #C0FAED. Grayscale: #171717. Windows color (decimal): -12647150 or 1180991. OLE color: 1180991.

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

Color convert

RGB63518-
CMYK00.920.710.75
HSL346.55º85.29%13.33%-
HSV(B)346.55º92.06%24.71%-
XYZ2.211.210.69-
YUV23.82124.72155.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 73.26%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=73.26%
G=5.81%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6351800.920.710.75346.5585.2913.33
Hex3F51205C474B15b55d
Octal77522013410711353312515
Binary11111110110010010111001000111100101110101101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,5,18); }

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

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

 a { background-color: rgb(63,5,18); }

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

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

 span { border-color: rgb(63,5,18); }

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