#380616

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

Shades of Rustic Red #380616

Tints of Rustic Red #380616

Color information

#380616 (or 0x380616) is unknown color: approx Rustic Red. HEX triplet: 38, 06 and 16. RGB value is (56,6,22). Sum of RGB (Red+Green+Blue) = 56+6+22=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #380616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380616 is #C7F9E9. Grayscale: #161616. Windows color (decimal): -13105642 or 1443384. OLE color: 1443384.

HSL color Cylindrical-coordinate representation of color #380616: hue angle of 340.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380616 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB56622-
CMYK00.890.610.78
HSL340.8º80.65%12.16%-
HSV(B)340.8º89.29%21.96%-
XYZ1.841.030.86-
YUV22.77127.56151.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=66.67%
G=7.14%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5662200.890.610.78340.880.6512.16
Hex386160593D4E15551c
Octal7062601317511652512114
Binary1110001101011001011001111101100111010101010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380616; }

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

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

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

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

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

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

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

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