#3F010B

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

Shades of Rustic Red #3F010B

Tints of Rustic Red #3F010B

Color information

#3F010B (or 0x3F010B) is unknown color: approx Rustic Red. HEX triplet: 3F, 01 and 0B. RGB value is (63,1,11). Sum of RGB (Red+Green+Blue) = 63+1+11=75 (9% of max value = 765). Red value is 63 (25% from 255 or 84% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 63 - color contains mainly: red. Hex color #3F010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F010B is #C0FEF4. Grayscale: #141414. Windows color (decimal): -12648181 or 721215. OLE color: 721215.

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

Color convert

RGB63111-
CMYK00.980.830.75
HSL350.32º96.88%12.55%-
HSV(B)350.32º98.41%24.71%-
XYZ2.121.10.42-
YUV20.68122.54158.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 84%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=84%
G=1.33%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6311100.980.830.75350.3296.8812.55
Hex3F1B062534B15e61d
Octal77113014212311353614115
Binary11111111011011000101010011100101110101111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,1,11); }

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

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

 a { background-color: rgb(63,1,11); }

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

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

 span { border-color: rgb(63,1,11); }

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