#381516

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

Shades of Rustic Red #381516

Tints of Rustic Red #381516

Color information

#381516 (or 0x381516) is unknown color: approx Rustic Red. HEX triplet: 38, 15 and 16. RGB value is (56,21,22). Sum of RGB (Red+Green+Blue) = 56+21+22=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381516 is #C7EAE9. Grayscale: #1F1F1F. Windows color (decimal): -13101802 or 1447224. OLE color: 1447224.

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

Color convert

RGB562122-
CMYK00.630.610.78
HSL358.29º45.45%15.1%-
HSV(B)358.29º62.5%21.96%-
XYZ2.041.440.93-
YUV31.58122.6145.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=56.57%
G=21.21%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56212200.630.610.78358.2945.4515.1
Hex38151603F3D4E1662df
Octal702526077751165465517
Binary1110001010110110011111111110110011101011001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381516; }

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

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

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

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

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

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

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

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