#3F020A

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

Shades of Rustic Red #3F020A

Tints of Rustic Red #3F020A

Color information

#3F020A (or 0x3F020A) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 0A. RGB value is (63,2,10). Sum of RGB (Red+Green+Blue) = 63+2+10=75 (9% of max value = 765). Red value is 63 (25% from 255 or 84% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 63 - color contains mainly: red. Hex color #3F020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F020A is #C0FDF5. Grayscale: #151515. Windows color (decimal): -12647926 or 655935. OLE color: 655935.

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

Color convert

RGB63210-
CMYK00.970.840.75
HSL352.13º93.85%12.75%-
HSV(B)352.13º96.83%24.71%-
XYZ2.131.120.39-
YUV21.15121.71157.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 84%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=84%
G=2.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6321000.970.840.75352.1393.8512.75
Hex3F2A061544B1605ed
Octal77212014112411354013615
Binary111111101010011000011010100100101110110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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