#3F030B

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

Shades of Rustic Red #3F030B

Tints of Rustic Red #3F030B

Color information

#3F030B (or 0x3F030B) is unknown color: approx Rustic Red. HEX triplet: 3F, 03 and 0B. RGB value is (63,3,11). Sum of RGB (Red+Green+Blue) = 63+3+11=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F030B is #C0FCF4. Grayscale: #151515. Windows color (decimal): -12647669 or 721727. OLE color: 721727.

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

Color convert

RGB63311-
CMYK00.950.830.75
HSL352º90.91%12.94%-
HSV(B)352º95.24%24.71%-
XYZ2.141.150.42-
YUV21.85121.88157.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 81.82%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=81.82%
G=3.90%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6331100.950.830.7535290.9112.94
Hex3F3B05F534B1605bd
Octal77313013712311354013315
Binary111111111011010111111010011100101110110000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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