#3E0818

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

Shades of Rustic Red #3E0818

Tints of Rustic Red #3E0818

Color information

#3E0818 (or 0x3E0818) is unknown color: approx Rustic Red. HEX triplet: 3E, 08 and 18. RGB value is (62,8,24). Sum of RGB (Red+Green+Blue) = 62+8+24=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0818 is #C1F7E7. Grayscale: #191919. Windows color (decimal): -12711912 or 1574974. OLE color: 1574974.

HSL color Cylindrical-coordinate representation of color #3E0818: hue angle of 342.22º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E0818 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB62824-
CMYK00.870.610.76
HSL342.22º77.14%13.73%-
HSV(B)342.22º87.1%24.31%-
XYZ2.241.260.99-
YUV25.97126.89153.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.96%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=65.96%
G=8.51%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6282400.870.610.76342.2277.1413.73
Hex3E8180573D4C1564de
Octal76103001277511452611516
Binary11111010001100001010111111101100110010101011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,8,24); }

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

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

 a { background-color: rgb(62,8,24); }

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

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

 span { border-color: rgb(62,8,24); }

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