#3F050A

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

Shades of Rustic Red #3F050A

Tints of Rustic Red #3F050A

Color information

#3F050A (or 0x3F050A) is unknown color: approx Rustic Red. HEX triplet: 3F, 05 and 0A. RGB value is (63,5,10). Sum of RGB (Red+Green+Blue) = 63+5+10=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F050A is #C0FAF5. Grayscale: #161616. Windows color (decimal): -12647158 or 656703. OLE color: 656703.

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

Color convert

RGB63510-
CMYK00.920.840.75
HSL354.83º85.29%13.33%-
HSV(B)354.83º92.06%24.71%-
XYZ2.161.190.4-
YUV22.91120.72156.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 80.77%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=80.77%
G=6.41%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6351000.920.840.75354.8385.2913.33
Hex3F5A05C544B16355d
Octal77512013412411354312515
Binary1111111011010010111001010100100101110110001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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