#381215

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

Shades of Rustic Red #381215

Tints of Rustic Red #381215

Color information

#381215 (or 0x381215) is unknown color: approx Rustic Red. HEX triplet: 38, 12 and 15. RGB value is (56,18,21). Sum of RGB (Red+Green+Blue) = 56+18+21=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381215 is #C7EDEA. Grayscale: #1D1D1D. Windows color (decimal): -13102571 or 1380920. OLE color: 1380920.

HSL color Cylindrical-coordinate representation of color #381215: hue angle of 355.26º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381215 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB561821-
CMYK00.680.630.78
HSL355.26º51.35%14.51%-
HSV(B)355.26º67.86%21.96%-
XYZ1.981.330.86-
YUV29.7123.09146.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=58.95%
G=18.95%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56182100.680.630.78355.2651.3514.51
Hex3812150443F4E16333f
Octal7022250104771165436317
Binary11100010010101010100010011111110011101011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381215; }

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

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

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

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

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

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

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

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