#381115

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

Shades of Rustic Red #381115

Tints of Rustic Red #381115

Color information

#381115 (or 0x381115) is unknown color: approx Rustic Red. HEX triplet: 38, 11 and 15. RGB value is (56,17,21). Sum of RGB (Red+Green+Blue) = 56+17+21=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381115 is #C7EEEA. Grayscale: #1D1D1D. Windows color (decimal): -13102827 or 1380664. OLE color: 1380664.

HSL color Cylindrical-coordinate representation of color #381115: hue angle of 353.85º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381115 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB561721-
CMYK00.700.630.78
HSL353.85º53.42%14.31%-
HSV(B)353.85º69.64%21.96%-
XYZ1.971.30.86-
YUV29.12123.42147.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=59.57%
G=18.09%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56172100.700.630.78353.8553.4214.31
Hex3811150463F4E16235e
Octal7021250106771165426516
Binary11100010001101010100011011111110011101011000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381115; }

 p { color: rgb(56,17,21); }

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

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

 a { background-color: rgb(56,17,21); }

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

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

 span { border-color: rgb(56,17,21); }

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