#381315

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

Shades of Rustic Red #381315

Tints of Rustic Red #381315

Color information

#381315 (or 0x381315) is unknown color: approx Rustic Red. HEX triplet: 38, 13 and 15. RGB value is (56,19,21). Sum of RGB (Red+Green+Blue) = 56+19+21=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381315 is #C7ECEA. Grayscale: #1E1E1E. Windows color (decimal): -13102315 or 1381176. OLE color: 1381176.

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

Color convert

RGB561921-
CMYK00.660.630.78
HSL356.76º49.33%14.71%-
HSV(B)356.76º66.07%21.96%-
XYZ21.360.87-
YUV30.29122.76146.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=58.33%
G=19.79%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56192100.660.630.78356.7649.3314.71
Hex3813150423F4E16531f
Octal7023250102771165456117
Binary11100010011101010100001011111110011101011001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381315; }

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

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

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

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

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

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

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

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