#381316

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

Shades of Rustic Red #381316

Tints of Rustic Red #381316

Color information

#381316 (or 0x381316) is unknown color: approx Rustic Red. HEX triplet: 38, 13 and 16. RGB value is (56,19,22). Sum of RGB (Red+Green+Blue) = 56+19+22=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381316 is #C7ECE9. Grayscale: #1E1E1E. Windows color (decimal): -13102314 or 1446712. OLE color: 1446712.

HSL color Cylindrical-coordinate representation of color #381316: hue angle of 355.14º 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 #381316 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB561922-
CMYK00.660.610.78
HSL355.14º49.33%14.71%-
HSV(B)355.14º66.07%21.96%-
XYZ2.011.360.92-
YUV30.4123.26146.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=57.73%
G=19.59%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56192200.660.610.78355.1449.3314.71
Hex3813160423D4E16331f
Octal7023260102751165436117
Binary11100010011101100100001011110110011101011000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381316; }

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

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

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

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

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

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

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

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