#381116

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

Shades of Rustic Red #381116

Tints of Rustic Red #381116

Color information

#381116 (or 0x381116) is unknown color: approx Rustic Red. HEX triplet: 38, 11 and 16. RGB value is (56,17,22). Sum of RGB (Red+Green+Blue) = 56+17+22=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381116 is #C7EEE9. Grayscale: #1D1D1D. Windows color (decimal): -13102826 or 1446200. OLE color: 1446200.

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

Color convert

RGB561722-
CMYK00.700.610.78
HSL352.31º53.42%14.31%-
HSV(B)352.31º69.64%21.96%-
XYZ1.981.30.91-
YUV29.23123.92147.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=58.95%
G=17.89%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56172200.700.610.78352.3153.4214.31
Hex3811160463D4E16035e
Octal7021260106751165406516
Binary11100010001101100100011011110110011101011000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381116; }

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

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

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

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

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

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

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

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