#381216

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

Shades of Rustic Red #381216

Tints of Rustic Red #381216

Color information

#381216 (or 0x381216) is unknown color: approx Rustic Red. HEX triplet: 38, 12 and 16. RGB value is (56,18,22). Sum of RGB (Red+Green+Blue) = 56+18+22=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381216 is #C7EDE9. Grayscale: #1D1D1D. Windows color (decimal): -13102570 or 1446456. OLE color: 1446456.

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

Color convert

RGB561822-
CMYK00.680.610.78
HSL353.68º51.35%14.51%-
HSV(B)353.68º67.86%21.96%-
XYZ1.991.330.91-
YUV29.82123.59146.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=58.33%
G=18.75%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56182200.680.610.78353.6851.3514.51
Hex3812160443D4E16233f
Octal7022260104751165426317
Binary11100010010101100100010011110110011101011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381216; }

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

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

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

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

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

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

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

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