#3E0917

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

Shades of Rustic Red #3E0917

Tints of Rustic Red #3E0917

Color information

#3E0917 (or 0x3E0917) is unknown color: approx Rustic Red. HEX triplet: 3E, 09 and 17. RGB value is (62,9,23). Sum of RGB (Red+Green+Blue) = 62+9+23=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0917 is #C1F6E8. Grayscale: #1A1A1A. Windows color (decimal): -12711657 or 1509694. OLE color: 1509694.

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

Color convert

RGB62923-
CMYK00.850.630.76
HSL344.15º74.65%13.92%-
HSV(B)344.15º85.48%24.31%-
XYZ2.241.280.94-
YUV26.44126.06153.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.96%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 23 (9.38% from 255) = 24.47%
R=65.96%
G=9.57%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6292300.850.630.76344.1574.6513.92
Hex3E9170553F4C1584be
Octal76112701257711453011316
Binary11111010011011101010101111111100110010101100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,9,23); }

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

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

 a { background-color: rgb(62,9,23); }

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

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

 span { border-color: rgb(62,9,23); }

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