#3F0A18

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

Shades of Rustic Red #3F0A18

Tints of Rustic Red #3F0A18

Color information

#3F0A18 (or 0x3F0A18) is unknown color: approx Rustic Red. HEX triplet: 3F, 0A and 18. RGB value is (63,10,24). Sum of RGB (Red+Green+Blue) = 63+10+24=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0A18 is #C0F5E7. Grayscale: #1B1B1B. Windows color (decimal): -12645864 or 1575487. OLE color: 1575487.

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

Color convert

RGB631024-
CMYK00.840.620.75
HSL344.15º72.6%14.31%-
HSV(B)344.15º84.13%24.71%-
XYZ2.321.341-
YUV27.44126.06153.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.95%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=64.95%
G=10.31%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63102400.840.620.75344.1572.614.31
Hex3FA180543E4B15849e
Octal77123001247611353011116
Binary11111110101100001010100111110100101110101100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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